seed node documentation

This commit is contained in:
Ian Norden
2019-12-02 13:24:51 -06:00
parent 4c81ca4d54
commit 5356cd50bb
6 changed files with 332 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ type Publisher struct {
// NewIPLDPublisher creates a pointer to a new Publisher which satisfies the IPLDPublisher interface
func NewIPLDPublisher(ipfsPath string) (*Publisher, error) {
l, err := loader.NewPluginLoader("~/.ipfs/plugins")
l, err := loader.NewPluginLoader("")
if err != nil {
return nil, err
}