Skip to content

Commit 4f422e6

Browse files
authored
Update node.sh
1 parent bc5b508 commit 4f422e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/skeleton/node.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5099,6 +5099,7 @@ arbiter_status()
50995099
# linda 添加
51005100

51015101
# linda 添加PGP
5102+
:'
51025103
if [ "$CHAIN_TYPE" == "mainnet" ]; then
51035104
local PGP_GENESIS=00b7957fbc9fa62e86d6e664299bebc9a939f108fd015f8de07ce33f4136175e
51045105
elif [ "$CHAIN_TYPE" == "testnet" ]; then
@@ -5113,6 +5114,7 @@ arbiter_status()
51135114
if [[ ! "$ARBITER_PGP_HEIGHT" =~ ^[0-9]+$ ]]; then
51145115
ARBITER_PGP_HEIGHT=N/A
51155116
fi
5117+
'
51165118
# linda 添加
51175119

51185120
# linda 添加PG
@@ -5146,7 +5148,7 @@ arbiter_status()
51465148
# linda 添加
51475149
status_info "ECO Height" "$ARBITER_ECO_HEIGHT"
51485150
# linda 添加
5149-
status_info "PGP Height" "$ARBITER_PGP_HEIGHT"
5151+
#status_info "PGP Height" "$ARBITER_PGP_HEIGHT"
51505152
# linda 添加
51515153
status_info "PG Height" "$ARBITER_PG_HEIGHT"
51525154
echo

0 commit comments

Comments
 (0)