Updated Notes on Bindings (markdown)

Victor Farazdagi 2017-04-03 00:58:26 +03:00
parent 9c2952d147
commit aa2164ed04

@ -237,7 +237,7 @@ Note: `GenerateConfig()` requires data directory and network id to be present, b
To start a node with a given configuration:
```go
func StartNode(configJSON *C.char) *C.char // starts node with a given data directory
func StartNode(configJSON *C.char) *C.char
```
To stop/resume the running node: