comment changes
This commit is contained in:
parent
9858dc5d0d
commit
7371ff3536
|
@ -18,7 +18,8 @@ import (
|
|||
|
||||
//export doRunCreateAccount
|
||||
func doRunCreateAccount(args *C.char) C.int {
|
||||
// This is equivalent to geth.main, just modified to handle the function arg passing
|
||||
// This is equivalent to creating an account from the command line,
|
||||
// just modified to handle the function arg passing
|
||||
if err := app.Run(strings.Split("statusgo "+C.GoString(args), " ")); err != nil {
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
return -1
|
||||
|
|
Loading…
Reference in New Issue