mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 06:38:04 -05:00
implement swap_clearOffers endpoint for usage in integration tests (#148)
* add swap_clearOffers endpoint, start updating integration tests to use it * add clear-offers to swapcli
This commit is contained in:
@@ -13,6 +13,7 @@ MONERO_WALLET_CLI_BOB_PID=$!
|
||||
|
||||
sleep 5
|
||||
curl http://localhost:18083/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"create_wallet","params":{"filename":"test-wallet","password":"","language":"English"}}' -H 'Content-Type: application/json'
|
||||
curl http://localhost:18083/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"open_wallet","params":{"filename":"test-wallet","password":""}}' -H 'Content-Type: application/json'
|
||||
echo
|
||||
|
||||
echo "starting monero-wallet-rpc on port 18084..."
|
||||
|
||||
Reference in New Issue
Block a user