mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-10 08:50:49 +08:00
indexer returns an 'expired' flag now
This commit is contained in:
@@ -1319,6 +1319,10 @@ NAMEOP_SCHEMA_PROPERTIES = {
|
||||
'address': OP_HISTORY_SCHEMA['properties']['address'],
|
||||
'block_number': OP_HISTORY_SCHEMA['properties']['block_number'],
|
||||
'consensus_hash': OP_HISTORY_SCHEMA['properties']['consensus_hash'],
|
||||
'expired': {
|
||||
# NOTE: filled in by the indexer
|
||||
'type': 'boolean',
|
||||
},
|
||||
'expire_block': {
|
||||
# NOTE: filled in by the indexer
|
||||
'type': 'integer',
|
||||
|
||||
Reference in New Issue
Block a user