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
Move inner code to sync_onchain_wallet_inner for Electrum
Previously, we might have overlooked some cases that would exit the
method and bubble up an error via `?` instead of propagating to all
subscribers. Here, we split out the code to an inner method to ensure we
always propagate.
0 commit comments