Implement reorg-safety for SpendableOutputDescriptor detection
authorAntoine Riard <ariard@student.42.fr>
Thu, 19 Mar 2020 00:58:05 +0000 (20:58 -0400)
committerAntoine Riard <ariard@student.42.fr>
Fri, 20 Mar 2020 02:31:48 +0000 (22:31 -0400)
We delay SpendableOutputDescriptor until reaching ANTI_REORG_DELAY
to avoid misleading user wallet in case of reorg and alternative
settlement on a channel output.

Fix tests in consequence.


No differences found