Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Oct 16, 2024
1 parent 2c9d511 commit 90594e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ where
* `BlockNumber` is the L1 block number in which the staking transaction was included.
* `Nonce` is the count representing all the staking related transactions performed from the new validator's account. This is meant to keep Heimdall and L1 in sync.

Upon broadcasting the message, it goes through `HandleMsgValidatorJoin` handler which checks the basic sanity of the transaction (verifying the validator doesn't already existing, voting power, etc.).
Upon broadcasting the message, it goes through `HandleMsgValidatorJoin` handler which checks the basic sanity of the transaction (verifying the validator doesn't already exist, voting power, etc.).

The `SideHandleMsgValidatorJoin` side-handler in all the existing (honest) validators then ensures the authenticity of staking transaction on L1. It fetches the transaction receipt from L1 contract and validates it with the data provided in the `MsgValidatorJoin` transaction. Upon successful validation, `YES` is voted.

Expand Down

0 comments on commit 90594e1

Please sign in to comment.