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
Ok I understand this now - it's not a mistake. This guard and the checks in mempool._handleReorg() are in place to make TXs from disconnected blocks reentering the mempool much simpler. The rules for BIP68 (CSV) gets really complicated when TXs re-enter the mempool and I think bcoin handles this in a compatible (if not incomplete) way compared to Bitcoin Core. This is going to a be a bigger issue for Handshake, and I'll open a new issue there.
This line seems like a faulty copy/paste:
bcoin/lib/mempool/mempool.js
Lines 246 to 250 in 4c49b08
The text was updated successfully, but these errors were encountered: