ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.24k stars 266 forks source link

Fixup quiescence timeout when initiating splice #2836

Closed remyers closed 8 months ago

remyers commented 8 months ago

We should use the quiescence timeout value instead of the revocation timeout value (copy-paste error) when initiating a splice.

Found this while doing integration testing with LND.