fix up ibc tutorial

This commit is contained in:
Ethan Buchman
2017-04-27 01:38:38 -04:00
parent 2e83795fc1
commit f52247908b
4 changed files with 37 additions and 32 deletions
+2
View File
@@ -24,6 +24,8 @@ var (
//Called during CLI initialization
func init() {
commands.DefaultHome = ".basecoin-example-plugin"
//Set the Plugin Flags
ExamplePluginTxCmd.Flags().BoolVar(&validFlag, "valid", false, "Set this to make transaction valid")