diff --git a/cmd/blobstream/deploy/cmd.go b/cmd/blobstream/deploy/cmd.go index 2866d4e4..211bbfa7 100644 --- a/cmd/blobstream/deploy/cmd.go +++ b/cmd/blobstream/deploy/cmd.go @@ -57,6 +57,7 @@ func Command() *cobra.Command { vs, err := getStartingValset(cmd.Context(), querier, 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") return errors.Wrap( err, "cannot initialize the Blobstream contract without having a valset request: %s",