Skip to content

Commit f37217b

Browse files
authored
Update node.sh
1 parent d5c7722 commit f37217b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/skeleton/node.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4535,7 +4535,7 @@ arbiter_status()
45354535

45364536
# linda 添加PGP
45374537
if [ "$CHAIN_TYPE" == "mainnet" ]; then
4538-
local PGP_GENESIS=a3fdd5142d73a38b5db3f729cee4bcf902591831e46fdab4c1e222caf198abf4
4538+
local PGP_GENESIS=00b7957fbc9fa62e86d6e664299bebc9a939f108fd015f8de07ce33f4136175e
45394539
elif [ "$CHAIN_TYPE" == "testnet" ]; then
45404540
local PGP_GENESIS=0c2785b9c5bee92aaaa3d8e5a7a579347a9091c6c8c19b7cba7fac69519c58a1
45414541
else
@@ -4668,7 +4668,7 @@ arbiter_modify_configfile()
46684668
},
46694669
"SyncStartHeight":0,
46704670
"ExchangeRate": 1,
4671-
"GenesisBlock": "a3fdd5142d73a38b5db3f729cee4bcf902591831e46fdab4c1e222caf198abf4",
4671+
"GenesisBlock": "00b7957fbc9fa62e86d6e664299bebc9a939f108fd015f8de07ce33f4136175e",
46724672
"SupportQuickRecharge": false,
46734673
"SupportInvalidDeposit": true,
46744674
"SupportInvalidWithdraw": true,
@@ -4875,7 +4875,7 @@ EOF
48754875
},
48764876
"SyncStartHeight": 0,
48774877
"ExchangeRate": 1,
4878-
"GenesisBlock": "a3fdd5142d73a38b5db3f729cee4bcf902591831e46fdab4c1e222caf198abf4",
4878+
"GenesisBlock": "00b7957fbc9fa62e86d6e664299bebc9a939f108fd015f8de07ce33f4136175e",
48794879
"SupportQuickRecharge": false,
48804880
"SupportInvalidDeposit": true,
48814881
"SupportInvalidWithdraw": true,

0 commit comments

Comments
 (0)