dummy commit
This commit is contained in:
parent
3eb448856f
commit
3f3059326d
1
main.go
1
main.go
@ -18,6 +18,7 @@ func main() {
|
|||||||
if len(os.Args) != 2 {
|
if len(os.Args) != 2 {
|
||||||
fatal(fmt.Sprintf("Usage: %s genesis.json", os.Args[0]))
|
fatal(fmt.Sprintf("Usage: %s genesis.json", os.Args[0]))
|
||||||
}
|
}
|
||||||
|
|
||||||
configPath := os.Args[1]
|
configPath := os.Args[1]
|
||||||
|
|
||||||
file, err := os.Open(configPath)
|
file, err := os.Open(configPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user