mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
Fix transaction update
This commit is contained in:
parent
aca8cf5956
commit
e9f3b21519
1 changed files with 1 additions and 0 deletions
|
@ -486,6 +486,7 @@ class Transaction:
|
||||||
|
|
||||||
def update(self, raw):
|
def update(self, raw):
|
||||||
self.raw = raw
|
self.raw = raw
|
||||||
|
self.inputs = None
|
||||||
self.deserialize()
|
self.deserialize()
|
||||||
|
|
||||||
def update_signatures(self, raw):
|
def update_signatures(self, raw):
|
||||||
|
|
Loading…
Add table
Reference in a new issue