tailcfg: use key.NodePublic in wire protocol types.
Updates #3206. Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
7e8d5ed6f3
commit
7e6a1ef4f1
@@ -100,7 +100,7 @@ func TestUserspaceEngineReconfig(t *testing.T) {
|
||||
nm := &netmap.NetworkMap{
|
||||
Peers: []*tailcfg.Node{
|
||||
&tailcfg.Node{
|
||||
Key: nkFromHex(nodeHex).AsNodeKey(),
|
||||
Key: nkFromHex(nodeHex),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user