diff --git a/src/policy/fees/block_policy_estimator.cpp b/src/policy/fees/block_policy_estimator.cpp index a3327cfa665..def101f9c84 100644 --- a/src/policy/fees/block_policy_estimator.cpp +++ b/src/policy/fees/block_policy_estimator.cpp @@ -33,8 +33,8 @@ #include // The current format written, and the version required to read. Must be -// increased to at least 289900+1 on the next breaking change. -constexpr int CURRENT_FEES_FILE_VERSION{149900}; +// increased to at least 309900+1 on the next breaking change. +constexpr int CURRENT_FEES_FILE_VERSION{309900}; static constexpr double INF_FEERATE = 1e99;