mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix #4802
This commit is contained in:
parent
bcdb0c46fc
commit
78258a3a95
1 changed files with 1 additions and 0 deletions
|
@ -1067,6 +1067,7 @@ class Transaction:
|
|||
return network_ser
|
||||
|
||||
def serialize_to_network(self, estimate_size=False, witness=True):
|
||||
self.deserialize()
|
||||
nVersion = int_to_hex(self.version, 4)
|
||||
nLocktime = int_to_hex(self.locktime, 4)
|
||||
inputs = self.inputs()
|
||||
|
|
Loading…
Add table
Reference in a new issue