Skip to content

Commit

Permalink
fix: improve ErrNoStateAccess message (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd authored Sep 25, 2023
1 parent 3426751 commit 5e22259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/state/stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/celestiaorg/celestia-node/state"
)

var ErrNoStateAccess = errors.New("node is running without state access")
var ErrNoStateAccess = errors.New("node is running without state access. run with --core.ip <CORE NODE IP> to resolve")

// stubbedStateModule provides a stub for the state module to return
// errors when state endpoints are accessed without a running connection
Expand Down

0 comments on commit 5e22259

Please sign in to comment.