|
@@ -127,6 +127,7 @@ func JoinNetwork(cfg config.ClientConfig, privateKey string) error {
|
|
if cfg.Node.IsServer != "yes" {
|
|
if cfg.Node.IsServer != "yes" {
|
|
ncutils.Log("joining " + cfg.Network + " at " + cfg.Server.GRPCAddress)
|
|
ncutils.Log("joining " + cfg.Network + " at " + cfg.Server.GRPCAddress)
|
|
var wcclient nodepb.NodeServiceClient
|
|
var wcclient nodepb.NodeServiceClient
|
|
|
|
+ log.Printf("used: %v\n", postnode)
|
|
|
|
|
|
conn, err := grpc.Dial(cfg.Server.GRPCAddress,
|
|
conn, err := grpc.Dial(cfg.Server.GRPCAddress,
|
|
ncutils.GRPCRequestOpts(cfg.Server.GRPCSSL))
|
|
ncutils.GRPCRequestOpts(cfg.Server.GRPCSSL))
|