mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 19:13:37 +08:00
don't need update tx fee
This commit is contained in:
@@ -237,7 +237,7 @@ def check( state_engine ):
|
||||
return False
|
||||
|
||||
# check price
|
||||
for k in ['preorder_tx_fee', 'register_tx_fee', 'update_tx_fee', 'total_estimated_cost', 'name_price']:
|
||||
for k in ['preorder_tx_fee', 'register_tx_fee', 'total_estimated_cost', 'name_price']:
|
||||
if not price_info.has_key(k):
|
||||
print "bad price info (missing %s):\n%s" % (k, json.dumps(price_info, indent=4, sort_keys=True))
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user