diff --git a/bsx/setup.sh b/bsx/setup.sh index 151d50f..6757eee 100755 --- a/bsx/setup.sh +++ b/bsx/setup.sh @@ -41,7 +41,7 @@ enable_tor() { if [[ "$particl_mnemonic" && "$monerod_addr" ]]; then # Restore seed PARTICL_MNEMONIC=$particl_mnemonic - XMR_RPC_HOST=$monerod_addr BASE_XMR_RPC_PORT=$monerod_port \ + XMR_RPC_HOST=$monerod_addr XMR_RPC_PORT=$monerod_port \ basicswap-prepare --datadir=$SWAP_DATADIR --withcoins=monero,wownero --xmrrestoreheight=$CURRENT_XMR_HEIGHT --wowrestoreheight=600000 --particl_mnemonic="$PARTICL_MNEMONIC" enable_tor elif [[ "$particl_mnemonic" ]]; then @@ -51,7 +51,7 @@ elif [[ "$particl_mnemonic" ]]; then enable_tor elif [[ "$monerod_addr" ]]; then # Setup new install and use a remote monero node - XMR_RPC_HOST=$monerod_addr BASE_XMR_RPC_PORT=$monerod_port \ + XMR_RPC_HOST=$monerod_addr XMR_RPC_PORT=$monerod_port \ basicswap-prepare --datadir=$SWAP_DATADIR --withcoins=monero,wownero --xmrrestoreheight=$CURRENT_XMR_HEIGHT --wowrestoreheight=600000 $red"\n\nMake note of your seed above\n"; $nocolor enable_tor