File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -5099,22 +5099,22 @@ arbiter_status()
50995099 # linda 添加
51005100
51015101 # linda 添加PGP
5102- : '
5103- if [ "$CHAIN_TYPE" == "mainnet" ]; then
5104- local PGP_GENESIS=00b7957fbc9fa62e86d6e664299bebc9a939f108fd015f8de07ce33f4136175e
5105- elif [ "$CHAIN_TYPE" == "testnet" ]; then
5106- local PGP_GENESIS=0c2785b9c5bee92aaaa3d8e5a7a579347a9091c6c8c19b7cba7fac69519c58a1
5107- else
5108- echo_error "do not support $CHAIN_TYPE"
5109- return
5110- fi
5111- local ARBITER_PGP_HEIGHT=$(arbiter_jsonrpc \
5112- "{\"method\":\"getsidechainblockheight\",\"params\":{\"hash\":\"$PGP_GENESIS\"}}" \
5113- | jq -r ' .result' )
5114- if [[ ! "$ARBITER_PGP_HEIGHT" =~ ^[0-9]+$ ]]; then
5115- ARBITER_PGP_HEIGHT=N/A
5116- fi
5117- '
5102+
5103+ # if [ "$CHAIN_TYPE" == "mainnet" ]; then
5104+ # local PGP_GENESIS=00b7957fbc9fa62e86d6e664299bebc9a939f108fd015f8de07ce33f4136175e
5105+ # elif [ "$CHAIN_TYPE" == "testnet" ]; then
5106+ # local PGP_GENESIS=0c2785b9c5bee92aaaa3d8e5a7a579347a9091c6c8c19b7cba7fac69519c58a1
5107+ # else
5108+ # echo_error "do not support $CHAIN_TYPE"
5109+ # return
5110+ # fi
5111+ # local ARBITER_PGP_HEIGHT=$(arbiter_jsonrpc \
5112+ # "{\"method\":\"getsidechainblockheight\",\"params\":{\"hash\":\"$PGP_GENESIS\"}}" \
5113+ # | jq -r '.result')
5114+ # if [[ ! "$ARBITER_PGP_HEIGHT" =~ ^[0-9]+$ ]]; then
5115+ # ARBITER_PGP_HEIGHT=N/A
5116+ # fi
5117+
51185118 # linda 添加
51195119
51205120 # linda 添加PG
You can’t perform that action at this time.
0 commit comments