mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Use correct version for fee estimates db
This commit is contained in:
parent
fc95cbb49f
commit
4a19af7bd1
@ -1029,7 +1029,7 @@ CTxMemPool::WriteFeeEstimates(CAutoFile& fileout) const
|
||||
{
|
||||
try {
|
||||
LOCK(cs);
|
||||
fileout << 120201; // version required to read: 0.12.00 or later
|
||||
fileout << 120300; // 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