indexer returns an 'expired' flag now

This commit is contained in:
Jude Nelson
2017-09-28 21:38:09 -04:00
parent 4db28f08cb
commit 3cfabbc56a

View File

@@ -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',