Remove ::fRequireStandard global

This commit is contained in:
MacroFake
2022-07-20 15:59:03 +02:00
parent fa468bdfb6
commit fa148602e6
9 changed files with 20 additions and 17 deletions

View File

@@ -33,6 +33,7 @@ struct MemPoolOptions {
int check_ratio{0};
int64_t max_size_bytes{DEFAULT_MAX_MEMPOOL_SIZE_MB * 1'000'000};
std::chrono::seconds expiry{std::chrono::hours{DEFAULT_MEMPOOL_EXPIRY_HOURS}};
bool require_standard{true};
bool full_rbf{DEFAULT_MEMPOOL_FULL_RBF};
MemPoolLimits limits{};
};