Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Aug 16, 2023
1 parent 18c5cd3 commit 95a914b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/osmosis/incentives/gauge.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ message Gauge {
];
}

// Gauge is an object that stores GroupGaugeId as well as internalGaugeIds. We linked these two together
// so that we can distribute tokens from groupGauge to internalGauges.
// Gauge is an object that stores GroupGaugeId as well as internalGaugeIds. We
// linked these two together so that we can distribute tokens from groupGauge to
// internalGauges.
message GroupGauge {
uint64 group_gauge_id = 1;
repeated uint64 internal_ids = 2;
Expand Down
3 changes: 3 additions & 0 deletions x/incentives/types/gauge.pb.go

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

0 comments on commit 95a914b

Please sign in to comment.