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

Commit

Permalink
feat: add log message for deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 27, 2023
1 parent d4e6c41 commit e5a05a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/blobstream/deploy/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5a05a5

Please sign in to comment.