Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jul 9, 2024
1 parent 4e04cd9 commit ae5036c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/poktroll/tokenomics/event.pulsar.go

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

2 changes: 2 additions & 0 deletions proto/poktroll/tokenomics/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ message EventRelayMiningDifficultyUpdated {
uint64 new_num_relays_ema = 5;
}

// EventApplicationOverserviced is emitted when an application has less stake
// than the expected burn.
message EventApplicationOverserviced {
string application_addr = 1;
cosmos.base.v1beta1.Coin expected_burn = 2;
Expand Down
2 changes: 2 additions & 0 deletions x/tokenomics/types/event.pb.go

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

0 comments on commit ae5036c

Please sign in to comment.