Skip to content

Commit

Permalink
Merge pull request #5224 from jmacxx/increase_withdrawal_fee
Browse files Browse the repository at this point in the history
Increase min withdrawal tx fee to 15 sats/vB
  • Loading branch information
ripcurlx authored Feb 24, 2021
2 parents 314e6ce + b59f022 commit f4d6986
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ public boolean isRegtest() {
}

public long getDefaultMinFeePerVbyte() {
return 2;
return 15; // 2021-02-22 due to mempool congestion, increased from 2
}
}

0 comments on commit f4d6986

Please sign in to comment.