Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): improve docstring on proto rollapp LivenessEventHeight #1298

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/dymensionxyz/dymension/rollapp/rollapp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ message Rollapp {
// rollapp cannot be started.
// Set when creating IRO plan for the rollapp
google.protobuf.Timestamp pre_launch_time = 16 [ (gogoproto.stdtime) = true];
// LivenessEventHeight is the height of an upcoming liveness event (slash or
// jail) 0 means not set
// LivenessEventHeight is the height on the HUB of an upcoming liveness event (slash or
// jail against the rollapp). 0 means not set
int64 liveness_event_height = 17;
// The LastStateUpdateHeight HUB height when the last state update was
// received
Expand Down
4 changes: 2 additions & 2 deletions x/rollapp/types/rollapp.pb.go

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

Loading