Skip to content

Commit 7bf3d78

Browse files
authored
Update adr-016-validator-consensus-key-rotation.md
1 parent 65cdaa3 commit 7bf3d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/adr-016-validator-consensus-key-rotation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Also, it should be noted that this ADR includes only the simplest form of consen
8181
}
8282
```
8383

84-
5. `ApplyAndReturnValidatorSetUpdates` checks if there is `ConsPubKeyRotationHistory` with `ConsPubKeyRotationHistory.RotatedHeight == ctx.BlockHeight()` and if so, generates 2 `ValidatorUpdate` , one for a remove validator and one for creating a new validator
84+
5. `ApplyAndReturnValidatorSetUpdates` checks if there is `ConsPubKeyRotationHistory` with `ConsPubKeyRotationHistory.RotatedHeight == ctx.BlockHeight()` and if so, generates 2 `ValidatorUpdate` , one for a remove validator and one for create a new validator
8585

8686
```go
8787
abci.ValidatorUpdate{

0 commit comments

Comments
 (0)