add debug mode for testnet

This commit is contained in:
Nguyen Sy Thanh Son 2019-02-13 16:04:50 +07:00 committed by GitHub
parent 756aebd0d3
commit c0b0e82dff
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 ) 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"