return renewal_deadline on nameop

This commit is contained in:
Jude Nelson
2017-09-26 16:31:37 -04:00
parent 725e6a6ee9
commit f709b0d092

View File

@@ -1320,8 +1320,14 @@ NAMEOP_SCHEMA_PROPERTIES = {
'block_number': OP_HISTORY_SCHEMA['properties']['block_number'],
'consensus_hash': OP_HISTORY_SCHEMA['properties']['consensus_hash'],
'expire_block': {
# NOTE: filled in by the indexer
'type': 'integer',
'minimum': 0,
'minimum': -1,
},
'renewal_deadline': {
# NOTE: filled in by the indexer
'type': 'integer',
'minimum': -1,
},
'first_registered': OP_HISTORY_SCHEMA['properties']['first_registered'],
'history': {