pass constraints-ignored hints to state-creation

This commit is contained in:
Jude Nelson
2018-01-13 22:54:07 -05:00
parent 9d64dc091a
commit c7cfed891f

View File

@@ -1543,7 +1543,7 @@ class BlockstackDB( virtualchain.StateEngine ):
rc = namedb_state_create(cur, opcode, initial_state, current_block_number,
initial_state['vtxindex'], initial_state['txid'],
history_id, preorder, table)
history_id, preorder, table, constraints_ignored=constraints_ignored)
if not rc:
log.error("FATAL: failed to create '{}'".format(history_id))