saving txo bug fix
This commit is contained in:
parent
0fc1bd7a8c
commit
272d818050
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class WalletDatabase(BaseDatabase):
|
|||
row['claim_name'] = txo.script.values['claim_name']
|
||||
if txo.script.is_update_claim or txo.script.is_support_claim:
|
||||
row['claim_id'] = sqlite3.Binary(txo.script.values['claim_id'])
|
||||
else:
|
||||
elif txo.script.is_claim_name:
|
||||
row['claim_id'] = sqlite3.Binary(tx.get_claim_id(txo.index))
|
||||
return row
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue