File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ if [[ ! -z ${1} ]]; then
10
10
rpc=7776
11
11
if [[ " ${ac} " != " " ]]; then
12
12
rpc=$( jq -r --arg chain ${ac} ' .[] | select (.ac_name == $chain) | .iguana_rpc' <<< " ${ac_json}" )
13
- curl --url " http://127.0.0.1:${rpc} " --data " {\" agent\" :\" dpow\" ,\" method\" :\" active\" ,\" symbol\" :\" ${ac} \" }" # | jq -c -r .[]
13
+ curl --url " http://127.0.0.1:${rpc} " --data " {\" agent\" :\" dpow\" ,\" method\" :\" active\" ,\" symbol\" :\" ${ac} \" }" | jq -c -r .[]
14
14
else
15
- curl --url " http://127.0.0.1:${rpc} " --data " {\" agent\" :\" dpow\" ,\" method\" :\" active\" ,\" maskhex\" :\" ${1} \" }" # | jq -c -r .
15
+ echo " currently crashes iguana, please do not use."
16
+ # curl --url "http://127.0.0.1:${rpc}" --data "{\"agent\":\"dpow\",\"method\":\"active\",\"maskhex\":\"${1}\"}" | jq -c -r .
16
17
fi
17
18
else
18
19
echo " ./checkmasks COIN - shows masks for specfic smartchain"
You can’t perform that action at this time.
0 commit comments