Compare commits
1 Commits
main
...
test-mirro
Author | SHA1 | Date | |
---|---|---|---|
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