mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-12 19:42:15 -04:00
Use Utilities when accessing the default currency
This commit is contained in:
parent
c57aba7992
commit
a23277a527
5 changed files with 12 additions and 18 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue