Skip to content

Commit

Permalink
Merge pull request #7 from omni-network/chmllr/typos
Browse files Browse the repository at this point in the history
chore: typos
  • Loading branch information
kevinhalliday authored Oct 21, 2024
2 parents ad4cbb3 + 456c639 commit cb6b5a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/XStakeController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ contract XStakeController is XApp, Ownable {
}

/**
* @notice Admin function to register an XSaker deployment.
* @notice Admin function to register an XStaker deployment.
* Deployments must be registered before they can be used.
* @param chainId Chain ID of the XStaker deployment.
* @param addr Deployment address.
Expand Down
4 changes: 2 additions & 2 deletions src/XStaker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import {XStakeController} from "./XStakeController.sol";
* 2. The xcall is included in the canonical source chain, but not delivered.
*
* In scenario 1, our XStakeController will view this user as staked, but
* the user will still cutsody their tokens on the source.
* the user will still custody their tokens on the source.
* 8
* In scenario 2, the XStaker will take cutsody of the user's tokens, but
* In scenario 2, the XStaker will take custody of the user's tokens, but
* the XStakeController will not recognize the user as staked.
*
* We can choose to reduce protocol risk, by requiring ConfLevel.Finalized for deposits
Expand Down

0 comments on commit cb6b5a8

Please sign in to comment.