Enabled crypto on conn reader/writer. Working.
This commit is contained in:
		| @@ -10,6 +10,6 @@ func main() { | ||||
| 	if len(os.Args) != 2 { | ||||
| 		log.Fatalf("Usage: %s <addr:port>", os.Args[0]) | ||||
| 	} | ||||
| 	n := node.NewTmpNodeClient() | ||||
| 	n.RunClient(os.Args[1]) | ||||
| 	n := node.NewTmpNodeClient(os.Args[1]) | ||||
| 	n.RunClient() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user