fix export

This commit is contained in:
Roman Volosovskyi 2016-06-22 12:15:38 +03:00
parent b7d2a7432a
commit a0cd61464c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func doUnlockAccount(address, password *C.char) C.int {
return 0
}
// export doStartNode
//export doStartNode
func doStartNode(datadir *C.char) C.int {
// This starts a geth node with the given datadir
if err := createAndStartNode(C.GoString(datadir)); err != nil {