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
/** Disconnect chainActive's tip. You probably want to call mempool.removeForReorg and manually re-limit mempool size after this, with cs_main held. */
2686
+
/* NOTE: Disconnecting many blocks is very slow if we want to retain mempool consistency.
2687
+
During RewindBlock (called at startup, to go back to the state of the last block before the
2688
+
fork), no entries exist in the mempool anyway, so we're able to skip all mempool-related
2689
+
logic. The fBare parameter indicates that just chainstate but no mempool operations
0 commit comments