Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 4d74cb8

Browse files
kesarAdrian Brink
authored and
Adrian Brink
committed
Update main.go
allow setting network id
1 parent 8315e71 commit 4d74cb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/ethermint/main.go

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ var (
3636
utils.TargetGasLimitFlag,
3737
// Gas Price
3838
ethUtils.GasPriceFlag,
39+
// Network ID
40+
ethUtils.NetworkIdFlag
3941
}
4042

4143
rpcFlags = []cli.Flag{

0 commit comments

Comments
 (0)