]> Untitled Git - bdk/commit
fix(electrum): fixed chain sync issue
authorWei Chen <wzc110@gmail.com>
Tue, 3 Oct 2023 10:06:53 +0000 (18:06 +0800)
committerWei Chen <wzc110@gmail.com>
Sat, 11 Nov 2023 12:52:37 +0000 (20:52 +0800)
commit1010efd8d68e886cc46f0ac2f016630b670ea73c
treef36c7ba25a0e3cf7ade6f28f1686d973b032a3bf
parent0a7b60f0f7662f535d0b3db196a3c3dd7ba95fa1
fix(electrum): fixed chain sync issue

Fixed a logic error in `construct_update_tip` in `electrum_ext.rs` that caused
the local chain tip to always be a block behind the newest confirmed block.
crates/electrum/src/electrum_ext.rs