Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: CHAMI Rachid <[email protected]>
  • Loading branch information
evan-forbes and rach-id authored Mar 9, 2022
1 parent 076bc67 commit b6e9737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/ADR-001-ABCI++.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Application interface {
}
```

It's also important to note the changes made to the request types for both methods. In upstream, they are only passing the transactions to the applications. This has been modifed to pass the entire block data.
It's also important to note the changes made to the request types for both methods. In upstream, they are only passing the transactions to the applications. This has been modified to pass the entire block data.
```protobuf
message RequestPrepareProposal {
// block_data is an array of transactions that will be included in a block,
Expand Down

0 comments on commit b6e9737

Please sign in to comment.