1e3635b5aa
This commit modifies the recently added logic to the ChainNotifier to: 1. Fix the off-by-one confirmation error that was missed due a flaky test 2. Ensure that partial historical confirmations are properly handled. The partial hostile confirmation case arises when a transaction already a non-zero number of confirmations when the notification is registered, but less than what would trigger the confirmation notification. To fix this, transaction which have a partial number of confirmation are now properly inserted into the confHeap, skipping first first phase for notifications. |
||
---|---|---|
.. | ||
btcdnotify | ||
interface_test.go | ||
interface.go | ||
log.go |