bump version in fees.cpp

Signed-off-by: Pasta <Pasta@dash.org>
This commit is contained in:
Pasta 2019-05-28 08:42:15 -05:00
parent 81afb1058b
commit d36c408a68
No known key found for this signature in database
GPG Key ID: 0B8EB7A31A44D9C6

View File

@ -578,7 +578,7 @@ bool CBlockPolicyEstimator::Write(CAutoFile& fileout) const
{
try {
LOCK(cs_feeEstimator);
fileout << 139900; // version required to read: 0.13.99 or later
fileout << 140100; // version required to read: 0.14.1 or later
fileout << CLIENT_VERSION; // version that wrote the file
fileout << nBestSeenHeight;
feeStats->Write(fileout);