Skip to content

Commit

Permalink
Update docs/guides/reward-distributor-bot.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Mamin <[email protected]>
  • Loading branch information
F4ever and TheDZhon authored Oct 25, 2024
1 parent 62ead63 commit 4fe772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/reward-distributor-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ After the [Accounting Oracle](/guides/oracle-spec/accounting-oracle) completes t
Every epoch daemon checks the staking modules provided in environment. If a module has a non-distributed rewards, the bot pulls the trigger and distributes rewards between Node Operators inside this module.

Basically bot is watching [RewardDistributionState](/contracts/node-operators-registry#getrewarddistributionstate) of module.
If module has `ReadyForDistribution` state, bot triggers [distributeReward](https://docs.lido.fi/contracts/node-operators-registry#distributereward) method to distribute rewards.
If module has `ReadyForDistribution` state, bot triggers [distributeReward](/contracts/node-operators-registry#distributereward) method to distribute rewards.

### Envs

Expand Down

0 comments on commit 4fe772f

Please sign in to comment.