mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 19:26:09 -04:00
Improve close connection and shutdown handling
This commit is contained in:
parent
16f014adb6
commit
85b2cb1d44
19 changed files with 220 additions and 188 deletions
|
@ -63,6 +63,7 @@ public class FeePolicy {
|
|||
|
||||
// 0.001 BTC 0.1% of 1 BTC about 0.4 EUR @ 400 EUR/BTC
|
||||
public static Coin getCreateOfferFee() {
|
||||
// We cannot reduce it more for alpha testing as we need to pay the quite high miner fee of 30_000
|
||||
return Coin.valueOf(100_000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue