forked from lightningnetwork/lnd
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The upstream chainntf package doesn't care about transactions that were reversed due to being in disapproved blocks, due to this mechanic not existing in bitcoin.
Generally we need to verify that the chainnfs package is behaving correctly when disapproved blocks are encountered. And more specifically:
- Ensure no < 2-conf spend/confirm notifications are requested in ordinary usage;
- Ensure that txs that trigger the start of a spend/confirm notification callback and are later found to be disapproved stop/reset the notification callback timer appropriately.
Metadata
Metadata
Assignees
Labels
No labels