1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 06:47:46 +01:00
eclair/eclair-core
Fabrice Drouin 86133db5f7 Check that all UTXOS are p2sh on testnet (#228)
To avoid malleability issues, ask users to only have p2sh-of-p2wkh outputs.
on testnet, on startup we check that all UTXOs are p2sh (we cannot check that the
p2sh script is a p2wpkh script). It is not needed on regtest since there is no
chance that wallet tx will be malleated.
2017-11-27 18:30:59 +01:00
..
src Check that all UTXOS are p2sh on testnet (#228) 2017-11-27 18:30:59 +01:00
eclair-cli Bugfixes and minor improvements (#117) 2017-07-26 18:57:31 +02:00
pom.xml Reformat + optimized imports (#222) 2017-11-21 20:08:15 +01:00