We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9599ad5 + 8c33716 commit d2db8b4Copy full SHA for d2db8b4
plugin/loader/loader.go
@@ -298,7 +298,7 @@ func (loader *PluginLoader) Start(node *core.IpfsNode) error {
298
return loader.transition(loaderStarting, loaderStarted)
299
}
300
301
-// StopDaemon stops all long-running plugins.
+// Close stops all long-running plugins.
302
func (loader *PluginLoader) Close() error {
303
switch loader.state {
304
case loaderClosing, loaderFailed, loaderClosed:
0 commit comments