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:
noot
2022-08-09 16:20:20 -04:00
committed by GitHub
parent b729588dd5
commit b298302a76
7 changed files with 138 additions and 5 deletions

View File

@@ -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..."