Skip to content

Commit

Permalink
Update staking.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Svensson <[email protected]>
  • Loading branch information
happi and hanssv authored Nov 25, 2024
1 parent f43f6db commit ad911c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Automatic Restaking: Unless adjusted, the stake for an epoch automatically conti
- **Parameters**:
- `producer`: The pubkey of the producer, must match the signature of the call transaction (do we need it).
- `amount`: The amount to adjust (positive to increase stake, negative to decrease stake).
- **When Callable**: Only during the **Staking Epoch** of a cycle, but every epoch is the staking epoch of some cycle, so syou can always call it.
- **When Callable**: Only during the **Staking Epoch** of a cycle, but every epoch is the staking epoch of some cycle, so you can always call it.
- **Constraints**:
- Adjustments made in the current epoch `N` affect the staking cycle starting in epoch `N`, with leader election in epoch `N + 1`.
- **Positive `amount`**:
Expand Down

0 comments on commit ad911c8

Please sign in to comment.