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
// Though ideally we'd continue scanning for the two-txn-match-shortid case,
158
+
// the performance win of an early exit here is too good to pass up and worth
159
+
// the extra risk.
160
+
if (mempool_count == shorttxids.size())
161
+
break;
162
+
}
133
163
134
164
LogPrint("cmpctblock", "Initialized PartiallyDownloadedBlock for block %s using a cmpctblock of size %lu\n", cmpctblock.header.GetHash().ToString(), GetSerializeSize(cmpctblock, SER_NETWORK, PROTOCOL_VERSION));
0 commit comments