Skip to content

Commit

Permalink
Fix typos (maticnetwork#1061)
Browse files Browse the repository at this point in the history
* fix typos

* fix typo

* fix typo

---------

Co-authored-by: VaibhavJindal <[email protected]>
  • Loading branch information
omahs and VAIBHAVJINDAL3012 authored Oct 5, 2023
1 parent f7decae commit 54d1070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Validator node for Matic Network. It uses peppermint, customized [Tendermint](ht

### Install from source

Make sure your have go1.11+ already installed
Make sure you have go1.11+ already installed

### Install
```bash
Expand Down
4 changes: 2 additions & 2 deletions checkpoint/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sending checkpoint is a 2 phase process.
1. Send `MsgCheckpoint`: Here the transaction sender proposes the new checkpoint by sending the start block, end block and the roothash of the new checkpoint
which is basically the Merkle Root of all the blocks from start to end.
2. Validate this by `handleMsgCheckpoint`: Here the transaction is validated by fetching all the headers and validating if the incoming checkpoint proposal is valid.
3. Once this `MsgCheckpoint` is deemed valid, the bridge collects all the votes and sends the checkpoint to etheruem chain smart contract.
4. As soon as this transaction on etheruem chain goes through we start with phase 2 of checkpoint submisssion process on heimdall
3. Once this `MsgCheckpoint` is deemed valid, the bridge collects all the votes and sends the checkpoint to ethereum chain smart contract.
4. As soon as this transaction on ethereum chain goes through we start with phase 2 of checkpoint submission process on heimdall
5. We send another transaction called `MsgCheckpointAck`: Here the transaction basically claims that the checkpoint earlier submitted has been processed on the ethereum chain
*/
2 changes: 1 addition & 1 deletion packaging/deb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note this is still a work in progress:

TODO: removal/purge on removal using dpkg
cleanup of control files to list what we want
copyright inclusuion
copyright inclusion


CLI:
Expand Down

0 comments on commit 54d1070

Please sign in to comment.