mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-05 05:42:15 -04:00
set 0.0003 btc as mining fee
This commit is contained in:
parent
18319bcb52
commit
88812fcbb4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class FeePolicy {
|
|||
|
||||
// Other good source is: https://tradeblock.com/blockchain 15-100 satoshis/byte
|
||||
|
||||
public static final Coin TX_FEE = Coin.valueOf(20000); // 0.0002 BTC about 0.8 EUR @ 400 EUR/BTC: about 70 satoshi /byte
|
||||
public static final Coin TX_FEE = Coin.valueOf(30000); // 0.0003 BTC about 1.2 EUR @ 400 EUR/BTC: about 100 satoshi /byte
|
||||
|
||||
static {
|
||||
Wallet.SendRequest.DEFAULT_FEE_PER_KB = TX_FEE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue