We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c545ab0 commit ed44d20Copy full SHA for ed44d20
merkledag.go
@@ -21,7 +21,7 @@ type ErrNotFound struct {
21
// message for this error.
22
func (e ErrNotFound) Error() string {
23
if e.Cid == cid.Undef {
24
- return "ipld: node not found"
+ return "node not found"
25
}
26
27
return fmt.Sprintf("%s not found", e.Cid)
0 commit comments