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