mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update entrypoint.sh
This commit is contained in:
parent
51d8bcbcb3
commit
7795a28ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ fi
|
|||
|
||||
# debug mode
|
||||
if [[ ! -z $DEBUG_MODE ]]; then
|
||||
params="$params --tomo-testnet --gcmode archive --rpcapi db,eth,net,web3,personal,debug"
|
||||
params="$params --gcmode archive --rpcapi db,eth,net,web3,personal,debug"
|
||||
fi
|
||||
|
||||
# dump
|
||||
|
|
|
|||
Loading…
Reference in a new issue