mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 12:00:44 +00:00
rename timestamp params
This commit is contained in:
@@ -150,8 +150,8 @@ type ConsensusParams struct {
|
||||
```
|
||||
|
||||
```go
|
||||
type TimestampParams struct {
|
||||
MsgDelay time.Duration `json:"msg_delay"`
|
||||
type SynchronyParams struct {
|
||||
MessageDelay time.Duration `json:"message_delay"`
|
||||
Precision time.Duration `json:"precision"`
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user