From 96ad68c5d66e07c9ec7df5419e6dbb82dd6e1cda Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 28 Oct 2021 10:40:44 -0700 Subject: [PATCH] ipn: remove mention of wgkey in comment. Signed-off-by: David Anderson --- ipn/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipn/store.go b/ipn/store.go index 0e6f4f0ee..631a8b2b2 100644 --- a/ipn/store.go +++ b/ipn/store.go @@ -28,7 +28,7 @@ var ErrStateNotExist = errors.New("no state with given ID") const ( // MachineKeyStateKey is the key under which we store the machine key, - // in its wgkey.Private.MarshalText representation. + // in its key.NodePrivate.MarshalText representation. MachineKeyStateKey = StateKey("_machinekey") // GlobalDaemonStateKey is the ipn.StateKey that tailscaled