Remove bitcoin change address from discover and take script

relay-fee-debug
Daniel Karzel 3 years ago
parent ec019550dd
commit 23c2e6d5ab
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

@ -2,7 +2,6 @@
CLI_PATH=$1 CLI_PATH=$1
YOUR_MONERO_ADDR=$2 YOUR_MONERO_ADDR=$2
YOUR_BITCOIN_ADDR=$3
CLI_LIST_SELLERS="$CLI_PATH --testnet --json --debug list-sellers" CLI_LIST_SELLERS="$CLI_PATH --testnet --json --debug list-sellers"
echo "Requesting sellers with command: $CLI_LIST_SELLERS" echo "Requesting sellers with command: $CLI_LIST_SELLERS"
@ -21,7 +20,7 @@ echo " max_quantity: $MAX sat"
echo echo
CLI_SWAP="$CLI_PATH --testnet --debug buy-xmr --receive-address $YOUR_MONERO_ADDR --change-address $YOUR_BITCOIN_ADDR --seller $ADDR" CLI_SWAP="$CLI_PATH --testnet --debug buy-xmr --receive-address $YOUR_MONERO_ADDR --seller $ADDR"
echo "Starting swap with best seller using command $CLI_SWAP" echo "Starting swap with best seller using command $CLI_SWAP"
echo echo

Loading…
Cancel
Save