Merge pull request #445 from tomochain/thanhson1085-enable-debug

add debug mode for testnet
This commit is contained in:
Nguyen Sy Thanh Son 2019-02-13 16:05:33 +07:00 committed by GitHub
commit 11ee704229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"