twallet.bump_fee: (fix) make sure all inputs have same sequence number - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit ca86e3572442d294674cb2c252a1540a15344ebe
DIR parent b56fe237cdc604e5b527248acd5fb61e46a8a48c
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 11 Feb 2021 21:46:51 +0100
wallet.bump_fee: (fix) make sure all inputs have same sequence number
Previously, if bump_fee decided to add new inputs to the tx, they would
have a different sequence number than the existing inputs. This was
unintentional.
Diffstat:
M electrum/tests/test_wallet_vertica… | 8 ++++----
M electrum/wallet.py | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
---
DIR diff --git a/electrum/tests/test_wallet_vertical.py b/electrum/tests/test_wallet_vertical.py
t@@ -1446,7 +1446,7 @@ class TestWalletSending(TestCaseForTestnet):
tx.version = 1
if simulate_moving_txs:
partial_tx = tx.serialize_as_bytes().hex()
parazyd.org:70 /git/electrum/commit/ca86e3572442d294674cb2c252a1540a15344ebe.gph:30: line too long