You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed a logic error in `construct_update_tip` that caused the local
chain tip to always be a block behind the actual tip.
* Docs are added to clarify the `construct_update_tip` logic.
* `ASSUME_FINAL_DEPTH` is renamed to `MAX_REPRG_DEPTH`.
Testing:
This is tested manually (we need to add a proper test framework in the
near future).
`example_electrum scan` can detect incoming transactions when
unconfirmed, and detect that is becomes confirm in later calls.
`exampl_electrum sync` can do that same.
Co-authored-by: Wei Chen <[email protected]>
0 commit comments