git.delta.rocks / unique-network / refs/commits / d0d6ce422c83

difftreelog

source

tests/scripts/functions.sh162 Bsourcehistory
12function do_rpc {3	curl -s --header "Content-Type: application/json" -XPOST --data "{\"id\":1,\"jsonrpc\":\"2.0\",\"method\":\"$1\",\"params\":[$2]}" $RPC_URL4}