mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
remove dead code
This commit is contained in:
@@ -55,16 +55,6 @@ REGISTER_MUTATE_FIELDS = NAMEREC_MUTATE_FIELDS + [
|
||||
'consensus_hash'
|
||||
]
|
||||
|
||||
"""
|
||||
# fields renewal changes
|
||||
RENEWAL_MUTATE_FIELDS = NAMEREC_MUTATE_FIELDS + [
|
||||
'last_renewed',
|
||||
'sender_pubkey',
|
||||
'sender',
|
||||
'address'
|
||||
]
|
||||
"""
|
||||
|
||||
# fields renewal changes
|
||||
RENEWAL_MUTATE_FIELDS = NAMEREC_MUTATE_FIELDS + [
|
||||
'last_renewed',
|
||||
|
||||
@@ -32,15 +32,6 @@ from blockstack_client.operations import *
|
||||
# consensus hash fields (ORDER MATTERS!)
|
||||
FIELDS = NAMEREC_FIELDS[:]
|
||||
|
||||
"""
|
||||
# fields that this operation changes
|
||||
MUTATE_FIELDS = NAMEREC_MUTATE_FIELDS[:] + [
|
||||
'revoked',
|
||||
'value_hash',
|
||||
'sender_pubkey'
|
||||
]
|
||||
"""
|
||||
|
||||
# fields that this operation changes
|
||||
MUTATE_FIELDS = NAMEREC_MUTATE_FIELDS[:] + [
|
||||
'revoked',
|
||||
|
||||
Reference in New Issue
Block a user