mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
return renewal_deadline on nameop
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user