This commit is contained in:
Dan Ballard 2017-09-10 10:43:15 -07:00
parent 1fdbd0f7f7
commit b88a04432b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ func TestNet() (ok bool, ex error) {
}
func ODClientConnect(privateKey string, serverAddr string) error {
log.Println("ODClientConnect(" + serverAddr + ")")
odClient := new(ODClient.ODClient)
err := odClient.Connect(privateKey, serverAddr)
return err