forked from LBRYCommunity/lbry-sdk
Merge pull request #3319 from lbryio/support_value_type
drop `value_type` for supports
This commit is contained in:
commit
b9142bbc5a
1 changed files with 0 additions and 2 deletions
|
@ -234,8 +234,6 @@ class JSONResponseEncoder(JSONEncoder):
|
||||||
output['value_type'] = txo.claim.claim_type
|
output['value_type'] = txo.claim.claim_type
|
||||||
if txo.claim.is_channel:
|
if txo.claim.is_channel:
|
||||||
output['has_signing_key'] = txo.has_private_key
|
output['has_signing_key'] = txo.has_private_key
|
||||||
elif txo.script.is_support_claim_data:
|
|
||||||
output['value_type'] = 'emoji'
|
|
||||||
if check_signature and txo.signable.is_signed:
|
if check_signature and txo.signable.is_signed:
|
||||||
if txo.channel is not None:
|
if txo.channel is not None:
|
||||||
output['signing_channel'] = self.encode_output(txo.channel)
|
output['signing_channel'] = self.encode_output(txo.channel)
|
||||||
|
|
Loading…
Reference in a new issue