Skip to content

Commit

Permalink
chore: fix some comments (#1117)
Browse files Browse the repository at this point in the history
Signed-off-by: tsinghuacoder <tsinghuacoder@icloud.com>
  • Loading branch information
tsinghuacoder authored Jun 18, 2024
1 parent 1848b7d commit 825d47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archive/papers/2020-05/src/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lang: en
babel-lang: english
abstract: |
The interblockchain communication protocol (IBC) is an end-to-end, connection-oriented, stateful protocol for reliable, ordered, and authenticated communication between modules on separate distributed ledgers.
IBC is designed for interoperation between heterogenous ledgers arranged in an unknown, dynamic topology, operating with varied consensus algorithms and state machines. The protocol realises this by specifying
IBC is designed for interoperation between heterogeneous ledgers arranged in an unknown, dynamic topology, operating with varied consensus algorithms and state machines. The protocol realises this by specifying
the sufficient set of data structures, abstractions, and semantics of a communication protocol which once implemented by participating ledgers will allow them to safely communicate. IBC is payload-agnostic
and provides a cross-ledger asynchronous communication primitive which can be used as a constituent building block by a wide variety of applications.
Expand Down
2 changes: 1 addition & 1 deletion spec/client/ics-007-tendermint-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function checkForMisbehaviour(clientMsg: clientMessage): boolean {

### Update state

Function `updateState` will perform a regular update for the Tendermint client. It will add a consensus state to the client store. If the header is higher than the lastest height on the `clientState`, then the `clientState` will be updated.
Function `updateState` will perform a regular update for the Tendermint client. It will add a consensus state to the client store. If the header is higher than the latest height on the `clientState`, then the `clientState` will be updated.

```typescript
function updateState(clientMsg: clientMessage) {
Expand Down

0 comments on commit 825d47d

Please sign in to comment.