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
fix(BlockStream): fix getting transactions for Merkle blocks
Would previously always emit empty transaction arrays, even if there should be a matched transaction.
fix(Blockchain): handle downloadPeer being unset while requesting hea…
…ders
A race condition could previously happen where we try to request headers but error since there is no downloadPeer.