Browse Source

acbi: fix readme link to protocol buffers (#362)

pull/7804/head
Andrew Farmer 3 years ago
committed by GitHub
parent
commit
48e008ed10
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/abci/README.md

+ 1
- 1
spec/abci/README.md View File

@ -14,7 +14,7 @@ _methods_, each with a corresponding `Request` and `Response`message type.
To perform state-machine replication, Tendermint calls the ABCI methods on the To perform state-machine replication, Tendermint calls the ABCI methods on the
ABCI application by sending the `Request*` messages and receiving the `Response*` messages in return. ABCI application by sending the `Request*` messages and receiving the `Response*` messages in return.
All ABCI messages and methods are defined in [protocol buffers](https://github.com/tendermint/spec/blob/master/proto/abci/types.proto).
All ABCI messages and methods are defined in [protocol buffers](https://github.com/tendermint/spec/blob/master/proto/tendermint/abci/types.proto).
This allows Tendermint to run with applications written in many programming languages. This allows Tendermint to run with applications written in many programming languages.
This specification is split as follows: This specification is split as follows:


Loading…
Cancel
Save