mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 19:13:37 +08:00
add 'pending' field
This commit is contained in:
@@ -257,6 +257,9 @@ OP_HISTORY_SCHEMA = {
|
||||
'type': 'string',
|
||||
'pattern': OP_CODE_NAME_PATTERN,
|
||||
},
|
||||
'pending': {
|
||||
'type': 'boolean'
|
||||
},
|
||||
'revoked': {
|
||||
'type': 'boolean',
|
||||
},
|
||||
@@ -503,4 +506,4 @@ SUBDOMAIN_SCHEMA_REQUIRED = [
|
||||
'txid',
|
||||
'value_hash',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user