mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Merge pull request #5224 from jmacxx/increase_withdrawal_fee
Increase min withdrawal tx fee to 15 sats/vB
This commit is contained in:
commit
f4d6986308
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ public enum BaseCurrencyNetwork {
|
|||
}
|
||||
|
||||
public long getDefaultMinFeePerVbyte() {
|
||||
return 2;
|
||||
return 15; // 2021-02-22 due to mempool congestion, increased from 2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue