disable locktime until keepkey firmware is updated
This commit is contained in:
@@ -857,7 +857,8 @@ class Abstract_Wallet(PrintError):
|
|||||||
# Sort the inputs and outputs deterministically
|
# Sort the inputs and outputs deterministically
|
||||||
tx.BIP_LI01_sort()
|
tx.BIP_LI01_sort()
|
||||||
# Timelock tx to current height.
|
# Timelock tx to current height.
|
||||||
tx.locktime = self.get_local_height()
|
# Disabled until keepkey firmware update
|
||||||
|
# tx.locktime = self.get_local_height()
|
||||||
run_hook('make_unsigned_transaction', self, tx)
|
run_hook('make_unsigned_transaction', self, tx)
|
||||||
return tx
|
return tx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user