mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
fixes a small bug in fetching ops for a given block
This commit is contained in:
@@ -1441,7 +1441,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