wallet2: start using new fee priorities at v5, not 14 days laer

Waiting would mean the fee used is 1x base, but the base will
have suddenly dropped
release-v0.4.0.1
moneromooo-monero 7 years ago
parent 73e8510717
commit 5b7c6ced80
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -3379,7 +3379,7 @@ uint64_t wallet2::get_per_kb_fee()
int wallet2::get_fee_algorithm()
{
// changes at v3 and v5
if (use_fork_rules(5, -720 * 14))
if (use_fork_rules(5, 0))
return 2;
if (use_fork_rules(3, -720 * 14))
return 1;

Loading…
Cancel
Save