Revert "Add networkType rinkeby"

This reverts commit fd70689bec.
This commit is contained in:
Heikki Hakala 2018-01-23 10:00:53 +02:00
parent 6b664fbfa8
commit 6a229f2386
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ class GethCommands {
cmd += "--testnet ";
} else if (config.networkType === 'olympic') {
cmd += "--olympic ";
} else if (config.networkType === 'rinkeby') {
cmd += "--rinkeby ";
} else if (config.networkType === 'custom') {
cmd += "--networkid " + config.networkId + " ";
}