First Full Auto-Tutorial Test

This commit is contained in:
rigel rozanski
2017-06-29 05:47:38 -04:00
parent 985665fb8a
commit ec7ef41fdc
3 changed files with 48 additions and 19 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
//commands
var (
InitCmd = &cobra.Command{
Use: "init",
Use: "init [address]",
Short: "Initialize a basecoin blockchain",
RunE: initCmd,
}