We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a282710 commit 6a20eb4Copy full SHA for 6a20eb4
build/skeleton/node.sh
@@ -3934,7 +3934,7 @@ arbiter_status()
3934
3935
# linda 添加
3936
if [ "$CHAIN_TYPE" == "mainnet" ]; then
3937
- local ECO_GENESIS=08b947e87f2a0ae0e07d81f93619b3f445ed132747c5c1d8e963e4a922856ec3
+ local ECO_GENESIS=02820c5adc8ee4fb77aad842ac05d95ed8b1041d80c03ba79f8f11c4af60d87c
3938
elif [ "$CHAIN_TYPE" == "testnet" ]; then
3939
local ECO_GENESIS=3043bcc03c90a37a292a4357ee972bc392b143e75e1b79205e113688e3bd071b
3940
else
@@ -4424,4 +4424,4 @@ else
4424
shift 2
4425
4426
${CHAIN_NAME}_${COMMAND} "$@"
4427
-fi
+fi
0 commit comments