diff --git a/lib/wallet.py b/lib/wallet.py index fdc3b3d48..7bd07511b 100644 --- a/lib/wallet.py +++ b/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