mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-15 22:31:21 +00:00
Merge pull request #727 from sbellem/docs-typo-fix
[docs:typo fix] remove misplaced "the"
This commit is contained in:
@ -367,7 +367,7 @@ When the app or tendermint restarts, they need to sync to a common
|
|||||||
height. When an ABCI connection is first established, Tendermint will
|
height. When an ABCI connection is first established, Tendermint will
|
||||||
call ``Info`` on the Query connection. The response should contain the
|
call ``Info`` on the Query connection. The response should contain the
|
||||||
LastBlockHeight and LastBlockAppHash - the former is the last block for
|
LastBlockHeight and LastBlockAppHash - the former is the last block for
|
||||||
the which the app ran Commit successfully, the latter is the response
|
which the app ran Commit successfully, the latter is the response
|
||||||
from that Commit.
|
from that Commit.
|
||||||
|
|
||||||
Using this information, Tendermint will determine what needs to be
|
Using this information, Tendermint will determine what needs to be
|
||||||
|
Reference in New Issue
Block a user