Deduplicate HTLC preimage events from channelmonitor.
authorMatt Corallo <git@bluematt.me>
Thu, 19 Mar 2020 22:16:07 +0000 (18:16 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 19 Mar 2020 23:21:36 +0000 (19:21 -0400)
This avoids calling get_update_fulfill_htlc_and_commit twice for
the same HTLC if we have to rescan a block.


No differences found