mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
bump required version for fee_estimates.dat file
This commit is contained in:
parent
159b3366b1
commit
db18ce0480
@ -666,7 +666,7 @@ CTxMemPool::WriteFeeEstimates(CAutoFile& fileout) const
|
||||
{
|
||||
try {
|
||||
LOCK(cs);
|
||||
fileout << 99900; // version required to read: 0.9.99 or later
|
||||
fileout << 120000; // version required to read: 0.12.00 or later
|
||||
fileout << CLIENT_VERSION; // version that wrote the file
|
||||
minerPolicyEstimator->Write(fileout);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user