Skip to content

Commit fb8d0be

Browse files
authored
Update node.sh
1 parent 69bbd42 commit fb8d0be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/skeleton/node.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3878,7 +3878,7 @@ arbiter_ver()
38783878

38793879
arbiter_jsonrpc()
38803880
{
3881-
if [ "$1" == "" ]; then
3881+
if [ "$1" == "" ]; the
38823882
return
38833883
fi
38843884

@@ -4084,7 +4084,7 @@ arbiter_modify_configfile()
40844084
"SupportQuickRecharge": true,
40854085
"SupportInvalidDeposit": true,
40864086
"SupportInvalidWithdraw": true,
4087-
"SupportNFT": true
4087+
"SupportNFT": false
40884088
},
40894089
EOF
40904090
echo $ARBITER_ADD_ECO_CONFIG
@@ -4106,7 +4106,7 @@ EOF
41064106
"SupportQuickRecharge": true,
41074107
"SupportInvalidDeposit": true,
41084108
"SupportInvalidWithdraw": true,
4109-
"SupportNFT": true,
4109+
"SupportNFT": false,
41104110
"PowChain": false
41114111
},
41124112
EOF
@@ -4214,7 +4214,7 @@ arbiter_init()
42144214
"SupportQuickRecharge": true,
42154215
"SupportInvalidDeposit": true,
42164216
"SupportInvalidWithdraw": true,
4217-
"SupportNFT": true,
4217+
"SupportNFT": false,
42184218
"PowChain": false
42194219
}
42204220
],
@@ -4282,7 +4282,7 @@ EOF
42824282
"SupportQuickRecharge": true,
42834283
"SupportInvalidDeposit": true,
42844284
"SupportInvalidWithdraw": true,
4285-
"SupportNFT": true,
4285+
"SupportNFT": false,
42864286
"PowChain": false
42874287
}
42884288
],

0 commit comments

Comments
 (0)