mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-21 09:55:29 +08:00
Merge branch 'rc-0.14.2' into api
This commit is contained in:
@@ -1444,7 +1444,7 @@ def get_nameops_at(block_id, proxy=None):
|
||||
msg = '{} had {} operations ({} history rows, {} historic nameops, txids: {}) at {}'
|
||||
log.debug(
|
||||
msg.format(
|
||||
nameop.get('name', 'UNKNOWN'), len(history[block_id]), len(history_rows),
|
||||
nameop.get('name', 'UNKNOWN'), len(history), len(history_rows),
|
||||
len(historic_nameops), [op['txid'] for op in historic_nameops], block_id
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user