Skip to content

Commit

Permalink
Finally fix the dmsg RPC issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Nov 17, 2019
1 parent 89cd66a commit 76b7ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/routerclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewClient(ctx context.Context, dmsgC *dmsg.Client, pk cipher.PubKey) (*Clie
fmt.Printf("Dialed to %s\n", pk) // TODO: remove debug logging

client := &Client{
rpc: rpc.NewClient(s.Conn),
rpc: rpc.NewClient(s),
}
return client, nil
}
Expand Down

0 comments on commit 76b7ffd

Please sign in to comment.