add 'pending' field

This commit is contained in:
Jude Nelson
2018-02-07 19:01:50 -05:00
parent 79742bc8c1
commit 9091720bd3

View File

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