Skip to content

Commit 3a6c653

Browse files
committed
Typo minimum_free_rate -> minimum_fee_rate
1 parent bd15071 commit 3a6c653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/bitcoin/node/settings.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BCN_API settings
4141
bool defer_validation;
4242
bool defer_confirmation;
4343
float allowed_deviation;
44-
float minimum_free_rate;
44+
float minimum_fee_rate;
4545
float minimum_bump_rate;
4646
uint16_t announcement_cache;
4747
uint16_t allocation_multiple;

src/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ settings::settings() NOEXCEPT
3535
thread_priority{ true },
3636
defer_validation{ false },
3737
defer_confirmation{ false },
38-
minimum_free_rate{ 0.0 },
38+
minimum_fee_rate{ 0.0 },
3939
minimum_bump_rate{ 0.0 },
4040
allowed_deviation{ 1.5 },
4141
announcement_cache{ 42 },

0 commit comments

Comments
 (0)