1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-11 15:15:58 +08:00

implement ipns publisher code

This commit is contained in:
Jeromy
2014-09-12 02:41:46 +00:00
committed by Juan Batiz-Benet
parent 8ddfb57c59
commit 4c0f18cbbd
6 changed files with 95 additions and 21 deletions

View File

@ -238,5 +238,3 @@ func (n *IpfsNode) PinDagNode(nd *merkledag.Node) error {
u.DOut("Pinning node. Currently No-Op\n")
return nil
}
func (n *IpfsNode) SetIpnsEntry() {}