Skip to content

Commit

Permalink
update evidence nullable false
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Dec 6, 2024
1 parent 6682eec commit 121a609
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 77 deletions.
4 changes: 2 additions & 2 deletions proto/babylon/finality/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ message MsgUnjailFinalityProviderResponse {}
// MsgEquivocationEvidence is the message for handling evidence of equivocation
message MsgEquivocationEvidence {
// evidence is the evidence of equivocation
Evidence evidence = 1;
Evidence evidence = 1 [(gogoproto.nullable) = false];
}

// MsgEquivocationEvidenceResponse is the response for MsgEquivocationEvidence
message MsgEquivocationEvidenceResponse {
// success is true if the slashing was successfully applied
Expand Down
143 changes: 68 additions & 75 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 121a609

Please sign in to comment.