re-enable locktime

This commit is contained in:
ThomasV 2017-10-11 11:45:52 +02:00
parent d1657cd62c
commit de85b56e0a
1 changed files with 1 additions and 2 deletions

View File

@ -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