tre-enable locktime - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit de85b56e0aeac52463530dab3e54f1a35128ee3b
DIR parent d1657cd62cf770a568d87e1820b9fcae10114255
HTML Author: ThomasV <thomasv@electrum.org>
Date: Wed, 11 Oct 2017 11:45:52 +0200
re-enable locktime
Diffstat:
M lib/wallet.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/lib/wallet.py b/lib/wallet.py
t@@ -856,8 +856,7 @@ class Abstract_Wallet(PrintError):
# Sort the inputs and outputs deterministically
tx.BIP_LI01_sort()
# Timelock tx to current height.
- # Disabled until keepkey firmware update
- # tx.locktime = self.get_local_height()
+ tx.locktime = self.get_local_height()
run_hook('make_unsigned_transaction', self, tx)
return tx