mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
trustedcoin: serialize using PARTIAL_TXN_HEADER_MAGIC
This commit is contained in:
parent
040b5b3f88
commit
467e40b555
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class Wallet_2fa(Multisig_Wallet):
|
||||||
return
|
return
|
||||||
otp = int(otp)
|
otp = int(otp)
|
||||||
long_user_id, short_id = self.get_user_id()
|
long_user_id, short_id = self.get_user_id()
|
||||||
raw_tx = tx.serialize_to_network()
|
raw_tx = tx.serialize()
|
||||||
r = server.sign(short_id, raw_tx, otp)
|
r = server.sign(short_id, raw_tx, otp)
|
||||||
if r:
|
if r:
|
||||||
raw_tx = r.get('transaction')
|
raw_tx = r.get('transaction')
|
||||||
|
|
Loading…
Add table
Reference in a new issue