Commit 3a335b89 authored by mdj33's avatar mdj33 Committed by vipwzw

fix privacy

parent 9534e195
......@@ -116,11 +116,9 @@ function run_test() {
}
function main() {
local ip=$1
MAIN_HTTP="http://$ip:8801"
PARA_HTTP="http://$ip:8901"
MAIN_HTTP="$1"
echo "=========== # privacy rpc test ============="
echo "main_ip=$MAIN_HTTP para_ip=$PARA_HTTP"
echo "ip=$MAIN_HTTP"
run_test "$MAIN_HTTP"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment