wallet: bring forward use of the dynamic fee

It was 14 days after v4, it is now one day after it.

luigi1111's suggestion
cmake-rewrite
moneromooo-monero 8 years ago
parent 2d0fbaf35b
commit c5c45ca660
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -3186,7 +3186,7 @@ uint64_t wallet2::get_dynamic_per_kb_fee_estimate()
//----------------------------------------------------------------------------------------------------
uint64_t wallet2::get_per_kb_fee()
{
bool use_dyn_fee = use_fork_rules(HF_VERSION_DYNAMIC_FEE, -720 * 14);
bool use_dyn_fee = use_fork_rules(HF_VERSION_DYNAMIC_FEE, -720 * 1);
if (!use_dyn_fee)
return FEE_PER_KB;
try

Loading…
Cancel
Save