Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 31, 2023
1 parent a8ed811 commit 0dec09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blobstream/deploy/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func Command() *cobra.Command {

vs, err := getStartingValset(cmd.Context(), *tmQuerier, appQuerier, config.startingNonce)
if err != nil {
logger.Error("couldn't get valset from state (probably pruned). connect to an archive node to be able to deploy the contract")
logger.Error("couldn't get valset from state (probably pruned). connect to an archive node to be able to deploy the contract", "err", err.Error())
return errors.Wrap(
err,
"cannot initialize the Blobstream contract without having a valset request: %s",
Expand Down

0 comments on commit 0dec09b

Please sign in to comment.