Merge pull request #1425

c5c45ca6 wallet: bring forward use of the dynamic fee (moneromooo-monero)
release-v0.4.0.1
Riccardo Spagni 8 years ago
commit 67844f826e
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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