Browse Source

network wasn't working, so added it.

afeiszli 4 years ago
parent
commit
1402dd828a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient/functions/common.go

+ 1 - 1
netclient/functions/common.go

@@ -897,7 +897,7 @@ func CheckIn(network string) error {
         fmt.Println("Checking In.")
         fmt.Println("Checking In.")
 
 
         var header metadata.MD
         var header metadata.MD
-
+	node.Nodenetwork = network
         checkinres, err := wcclient.CheckIn(
         checkinres, err := wcclient.CheckIn(
                 ctx,
                 ctx,
                 &nodepb.CheckInReq{
                 &nodepb.CheckInReq{