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