Browse Source

timelock tx to current height. see #2349

2.9.x
ThomasV 8 years ago
parent
commit
6fc6d1ec7d
  1. 4
      lib/wallet.py

4
lib/wallet.py

@ -853,7 +853,9 @@ class Abstract_Wallet(PrintError):
# Sort the inputs and outputs deterministically
tx.BIP_LI01_sort()
# Timelock tx to current height.
# Disabled until hardware wallets support it
# tx.locktime = self.get_local_height()
run_hook('make_unsigned_transaction', self, tx)
return tx

Loading…
Cancel
Save