mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
add debug mode for testnet
This commit is contained in:
parent
756aebd0d3
commit
c0b0e82dff
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ if [[ ! -z $NETWORK_ID ]]; then
|
||||||
;;
|
;;
|
||||||
89 )
|
89 )
|
||||||
genesisPath="testnet.json"
|
genesisPath="testnet.json"
|
||||||
params="$params --tomo-testnet"
|
params="$params --tomo-testnet --gcmode archive --rpcapi db,eth,net,web3,personal,debug"
|
||||||
;;
|
;;
|
||||||
90 )
|
90 )
|
||||||
genesisPath="devnet.json"
|
genesisPath="devnet.json"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue