Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Dec 6, 2024
1 parent 783c9c8 commit 5f8e3a3
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 57 deletions.
5 changes: 4 additions & 1 deletion proto/babylon/finality/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,11 @@ message MsgUnjailFinalityProviderResponse {}

// MsgEquivocationEvidence is the message for handling evidence of equivocation
message MsgEquivocationEvidence {
option (cosmos.msg.v1.signer) = "signer";

string signer = 1;
// evidence is the evidence of equivocation
Evidence evidence = 1 [(gogoproto.nullable) = false];
Evidence evidence = 2 [(gogoproto.nullable) = false];
}

// MsgEquivocationEvidenceResponse is the response for MsgEquivocationEvidence
Expand Down
163 changes: 107 additions & 56 deletions x/finality/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f8e3a3

Please sign in to comment.