comment changes

This commit is contained in:
Daniel Whitenack 2016-06-19 20:46:13 -05:00
parent 9858dc5d0d
commit 7371ff3536
1 changed files with 2 additions and 1 deletions

View File

@ -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