mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-10 15:47:17 +02:00
fees: bump fees file version
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
#include <utility>
|
||||
|
||||
// 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user