mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
update typos
This commit is contained in:
@@ -75,7 +75,7 @@ message HashedParams {
|
||||
// see the specification of proposer-based timestamps:
|
||||
// https://github.com/tendermint/tendermint/tree/master/spec/consensus/proposer-based-timestamp
|
||||
message SynchronyParams {
|
||||
// message_delay bounds how long a proposal message may take to reach all validators on a newtork
|
||||
// message_delay bounds how long a proposal message may take to reach all validators on a network
|
||||
// and still be considered valid.
|
||||
google.protobuf.Duration message_delay = 1 [(gogoproto.stdduration) = true];
|
||||
// precision bounds how skewed a proposer's clock may be from any validator
|
||||
|
||||
Reference in New Issue
Block a user