mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
fix
This commit is contained in:
parent
1bba3ffbd7
commit
8f090e1d01
1 changed files with 1 additions and 2 deletions
|
@ -684,8 +684,7 @@ class Wallet:
|
||||||
self.addressbook.append(address)
|
self.addressbook.append(address)
|
||||||
|
|
||||||
if label:
|
if label:
|
||||||
tx_hash = Hash(tx.decode('hex') )[::-1].encode('hex')
|
self.labels[tx.hash()] = label
|
||||||
self.labels[tx_hash] = label
|
|
||||||
|
|
||||||
return tx
|
return tx
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue