Merge branch 'rc-0.14.2' into api

This commit is contained in:
Aaron Blankstein
2017-04-24 17:05:11 -04:00

View File

@@ -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
)
)