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
This commit is contained in:
moneromooo-monero 2017-03-20 18:03:11 +00:00
parent 73e8510717
commit 5b7c6ced80
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

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