Cleanup, improve logging

This commit is contained in:
Manfred Karrer 2014-11-20 00:09:27 +01:00
parent a23277a527
commit 5b5bacc397
5 changed files with 10 additions and 9 deletions

View file

@ -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;