From fc4fbda42af1e84f74acbd8b6a0f384d2711c85b Mon Sep 17 00:00:00 2001 From: ismaelsadeeq Date: Fri, 7 Nov 2025 15:46:17 +0100 Subject: [PATCH] fees: bump fees file version --- src/policy/fees/block_policy_estimator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;