basecoin init --chain-id

This commit is contained in:
Ethan Buchman
2017-06-21 02:48:09 -04:00
parent 05e23eda06
commit 824050a0b4
4 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/tendermint/tmlibs/cli"
"github.com/tendermint/basecoin/cmd/commands"
"github.com/tendermint/basecoin/cmd/basecoin/commands"
"github.com/tendermint/basecoin/docs/guide/counter/plugins/counter"
"github.com/tendermint/basecoin/types"
)