mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
Merge branch 'master' of https://github.com/blockstack/blockstack-core
This commit is contained in:
@@ -757,7 +757,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
|
||||
op = None
|
||||
if name in res:
|
||||
# renew
|
||||
renewal_allowed = ['name', 'owner_key', 'payment_key', 'owner_address', 'zonefile']
|
||||
renewal_allowed = ['name', 'owner_key', 'payment_key', 'owner_address', 'zonefile', 'min_confs']
|
||||
for prop in request_schema['properties'].keys():
|
||||
if prop in request.keys() and prop not in renewal_allowed:
|
||||
log.debug("Invalid renewal argument {}".format(prop))
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
__version_major__ = '0'
|
||||
__version_minor__ = '17'
|
||||
__version_patch__ = '0'
|
||||
__version__ = '{}.{}.{}.3'.format(__version_major__, __version_minor__, __version_patch__)
|
||||
__version__ = '{}.{}.{}.5'.format(__version_major__, __version_minor__, __version_patch__)
|
||||
|
||||
Reference in New Issue
Block a user