1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 14:50:46 +01:00
eclair/eclair-core
Bastien Teinturier a230395f5f
Test change address type generation (#2513)
Starting with bitcoind 23.0, a new `changetype` parameter was introduced.
If not specified, bitcoind will generate a change output with a type that
matches the main output to make it harder for chain analysis to detect
which output is the change.

The issue is that lightning requires segwit utxos: if an on-chain payment
is sent to a non-segwit address, we still want our change output to use
segwit, otherwise we won't be able to use it. We thus must set
`addresstype` and `changetype` in `bitcoin.conf` to ensure we never
generate legacy change addresses.
2022-11-30 15:44:40 +01:00
..
src Test change address type generation (#2513) 2022-11-30 15:44:40 +01:00
eclair-cli Make eclair-cli -s display short channel ids correctly (#2488) 2022-11-15 15:56:40 +01:00
pom.xml Update to bitcoind 23.x (#2466) 2022-11-14 13:47:48 +01:00