Skip to content

Commit

Permalink
Add malfeasance type for incorrect previous ATX (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed May 7, 2024
1 parent a25bcc8 commit 1d5bd97
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 24 deletions.
54 changes: 30 additions & 24 deletions release/go/spacemesh/v1/types.pb.go

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

1 change: 1 addition & 0 deletions spacemesh/v1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ message MalfeasanceProof {
MALFEASANCE_BALLOT = 2;
MALFEASANCE_HARE = 3;
MALFEASANCE_POST_INDEX = 4;
MALFEASANCE_INCORRECT_PREV_ATX = 5;
}
MalfeasanceType kind = 3;
string debug_info = 4;
Expand Down

0 comments on commit 1d5bd97

Please sign in to comment.