core-lightning/hsmd
darosior 273029f244 wallet: set nLockTime to the tip for withdrawal transactions
This sets the nLockTime to the tip (and accordingly each input's nSequence to
0xfffffffe) for withdrawal transactions.

Even if the anti fee-sniping argument might not be valid until some time yet,
this makes our regular wallet transactions far less distinguishable from
bitcoind's ones since it now defaults to using native Segwit transactions
(like us). Moreover other wallets are likely to implement this (if they
haven't already).

Changelog-Added: wallet: withdrawal transactions now sets nlocktime to the current tip.
2020-02-03 00:45:27 +00:00
..
capabilities.h hsmd: add message to sign the mutual close transaction. 2018-07-24 00:40:01 +02:00
hsm_wire.csv wallet: set nLockTime to the tip for withdrawal transactions 2020-02-03 00:45:27 +00:00
hsmd.c wallet: set nLockTime to the tip for withdrawal transactions 2020-02-03 00:45:27 +00:00
Makefile wire: use common/bigsize routines 2019-07-31 23:25:59 +00:00