diff --git a/core/commands/stat_provide.go b/core/commands/stat_provide.go index a5a07a1919a8..ac02c344cd62 100644 --- a/core/commands/stat_provide.go +++ b/core/commands/stat_provide.go @@ -32,7 +32,7 @@ This interface is not stable and may change from release to release. sys, ok := nd.Provider.(*batched.BatchProvidingSystem) if !ok { - return fmt.Errorf("can only return stats if the experimental DHT client is enabled") + return fmt.Errorf("can only return stats if Experimental.AcceleratedDHTClient is enabled") } stats, err := sys.Stat(req.Context)