From 0dec09b4c5f727b9bc565237ed18aee45f312c2d Mon Sep 17 00:00:00 2001 From: rachid Date: Tue, 31 Oct 2023 15:42:55 +0100 Subject: [PATCH] chore: better error message --- cmd/blobstream/deploy/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/blobstream/deploy/cmd.go b/cmd/blobstream/deploy/cmd.go index 8be8f56d..e0b5ff23 100644 --- a/cmd/blobstream/deploy/cmd.go +++ b/cmd/blobstream/deploy/cmd.go @@ -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",