Use Utilities when accessing the default currency

This commit is contained in:
Manfred Karrer 2014-11-19 20:50:33 +01:00
parent c57aba7992
commit a23277a527
5 changed files with 12 additions and 18 deletions

View file

@ -46,8 +46,8 @@ public class FeePolicy {
switch (bitcoinNetwork) {
case TESTNET:
createOfferFeeAddress = "mmm8BdTcHoc5wi75RmiQYsJ2Tr1NoZmM84";
takeOfferFeeAddress = "mmm8BdTcHoc5wi75RmiQYsJ2Tr1NoZmM84";
createOfferFeeAddress = "mopJDiHncoveyy7S7FZTUNVbrCxazxvGrE";
takeOfferFeeAddress = "mopJDiHncoveyy7S7FZTUNVbrCxazxvGrE";
break;
case MAINNET:
// bitsquare donation address used for the moment...