mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-12 19:42:15 -04:00
Cleanup, improve logging
This commit is contained in:
parent
a23277a527
commit
5b5bacc397
5 changed files with 10 additions and 9 deletions
|
@ -33,7 +33,7 @@ public class FeePolicy {
|
|||
|
||||
// TODO: Change REGISTRATION_FEE to 0.00001 (See https://github.com/bitsquare/bitsquare/issues/228)
|
||||
public static final Coin REGISTRATION_FEE = TX_FEE.add(TX_FEE);
|
||||
public static final Coin CREATE_OFFER_FEE = Coin.valueOf(20000); // 0.00002 BTC
|
||||
public static final Coin CREATE_OFFER_FEE = Coin.valueOf(20000); // 0.0002 BTC
|
||||
public static final Coin TAKE_OFFER_FEE = CREATE_OFFER_FEE;
|
||||
|
||||
private final BitcoinNetwork bitcoinNetwork;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue