We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8528d6a commit bc8fd12Copy full SHA for bc8fd12
src/policy/fees.cpp
@@ -482,10 +482,7 @@ void CBlockPolicyEstimator::Read(CAutoFile& filein, int nFileVersion)
482
filein >> nFileBestSeenHeight;
483
feeStats.Read(filein);
484
nBestSeenHeight = nFileBestSeenHeight;
485
- if (nFileVersion < 139900) {
486
- TxConfirmStats priStats;
487
- priStats.Read(filein);
488
- }
+ // if nVersionThatWrote < 139900 then another TxConfirmStats (for priority) follows but can be ignored.
489
}
490
491
FeeFilterRounder::FeeFilterRounder(const CFeeRate& minIncrementalFee)
0 commit comments