mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-13 17:05:40 -04:00
Change base networks from btc to xmr, e.g. BTC_REGTEST -> XMR_STAGENET (#55)
change base networks from btc to xmr, e.g. BTC_REGTEST -> XMR_STAGENET add xmr seed node files
This commit is contained in:
parent
de5bbf4a85
commit
9903821b18
62 changed files with 353 additions and 181 deletions
|
@ -584,7 +584,7 @@ public class ProposalDisplay {
|
|||
} else if (proposal instanceof RemoveAssetProposal) {
|
||||
RemoveAssetProposal removeAssetProposal = (RemoveAssetProposal) proposal;
|
||||
checkNotNull(assetComboBox, "assetComboBox must not be null");
|
||||
CurrencyUtil.findAsset(removeAssetProposal.getTickerSymbol(), BaseCurrencyNetwork.BTC_MAINNET)
|
||||
CurrencyUtil.findAsset(removeAssetProposal.getTickerSymbol(), BaseCurrencyNetwork.XMR_MAINNET)
|
||||
.ifPresent(asset -> {
|
||||
assetComboBox.getSelectionModel().select(asset);
|
||||
comboBoxValueTextField.setText(assetComboBox.getConverter().toString(asset));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue