remove unused test_rpc.sh script

This commit is contained in:
Jeffrey Picard 2022-09-07 18:15:22 +00:00
parent e97469f589
commit 040bb78f06

View file

@ -1,10 +0,0 @@
#!/bin/bash
curl --request POST 'localhost:8686/' \
--http1.1 \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc":"2.0",
"method":"resolve",
"params":{"data": "asdf"},
"id":1
}'