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

Commit

Permalink
Update cmd/blobstream/query/cmd.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
rach-id and coderabbitai[bot] authored Nov 28, 2023
1 parent 1d3a721 commit 758ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blobstream/query/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func printConfirms(logger tmlog.Logger, qOutput queryOutput) {
logger.Info("orchestrators that signed the attestation")
for _, sig := range qOutput.Signatures {
if sig.Signed {
logger.Info(sig.Moniker, "signed", sig.Signed, "evm_address", "valop_address", sig.ValopAddress, sig.EvmAddress, "signature", sig.Signature)
logger.Info(sig.Moniker, "signed", sig.Signed, "evm_address", sig.EvmAddress, "valop_address", sig.ValopAddress, "signature", sig.Signature)
}
}
logger.Info("orchestrators that missed signing the attestation")
Expand Down

0 comments on commit 758ac66

Please sign in to comment.