Skip to content

Commit

Permalink
improve message definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe authored and MSalopek committed Dec 9, 2024
1 parent 4b5629b commit bef2c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/adrs/adr-019-fault-resolutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Additional states are added to the `provider` modules:

```protobuf
messsage {
// timestamp recording the last time a validator opted in to the consumer chain
google.protobuf.Timestamp join_time = 1;
// timestamp recording the last time a validator opted out of the consumer chain
google.protobuf.Timestamp leave_time = 2;
}
```
Expand Down

0 comments on commit bef2c01

Please sign in to comment.