remove dead code

This commit is contained in:
Jude Nelson
2016-09-09 16:55:30 -04:00
parent 84266a9f2e
commit 8e7c78f3d3
2 changed files with 0 additions and 19 deletions

View File

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

View File

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