Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhalliday committed Aug 9, 2024
1 parent f79234c commit f52e8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ The first accepts deposits, and pays out withdrawals. The second maintains globa
Entrypoint for staking. This function accepts deposits, and records them with the `XStakeController` via `xcall`.


2. [`XStakeController.recordStake`](./src/XStakeController.sol#40)
2. [`XStakeController.recordStake`](./src/XStakeController.sol#L40)

Records stake. Only callable by a known `XStaker` contract on a supported chain.

3. [`XStakeController.unstake`](./src/XStakeController.sol#55)
3. [`XStakeController.unstake`](./src/XStakeController.sol#L55)

Entrypoint for unstaking. This function authorizes withdrawals, and directs a payout to the corresponding `XStaker` via `xcall`.

Expand Down

0 comments on commit f52e8fb

Please sign in to comment.