diff --git a/fuse/ipns/ipns_unix.go b/fuse/ipns/ipns_unix.go index 7bd3e3e1b..56f964b12 100644 --- a/fuse/ipns/ipns_unix.go +++ b/fuse/ipns/ipns_unix.go @@ -195,6 +195,8 @@ type Node struct { name string // Private keys held by nodes at the root of a keyspace + // WARNING(security): the PrivKey interface is currently insecure + // (holds the raw key). It will be secured later. key ci.PrivKey Ipfs *core.IpfsNode