mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
bugfix on error path: namespace version
This commit is contained in:
@@ -978,7 +978,7 @@ def estimate_namespace_reveal_tx_fee( namespace_id, payment_privkey_info, tx_fee
|
||||
|
||||
except AssertionError as ae:
|
||||
log.warning("Insufficient funds in {} for NAMESPACE_REVEAL; estimating instead".format(payment_address))
|
||||
unsigned_tx = namespace_reveal_tx( namespace_id, fake_reveal_address, 1, 2, 3, [4,5,6,7,8,9,10,11,12,13,14,15,0,1,2,3], 4, 5, payment_address, utxo_client, safety=False )
|
||||
unsigned_tx = namespace_reveal_tx( namespace_id, 1, fake_reveal_address, 1, 2, 3, [4,5,6,7,8,9,10,11,12,13,14,15,0,1,2,3], 4, 5, payment_address, utxo_client, safety=False )
|
||||
assert unsigned_tx
|
||||
|
||||
# fake payer input
|
||||
|
||||
Reference in New Issue
Block a user