Skip to content

Commit 63f9adc

Browse files
authored
fixed typo in architecture/staking
1 parent d15241a commit 63f9adc

File tree

1 file changed

+2
-2
lines changed
  • components/Starknet/modules/architecture-and-concepts/pages

1 file changed

+2
-2
lines changed

components/Starknet/modules/architecture-and-concepts/pages/staking.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To reduce exposure to threats and enhance security, multiple addresses for defin
9494

9595
The protocol uses a hierarchical approach between the staking and rewards addresses, and both validators and delegator can also use their staking address whenever their rewards address is required.
9696

97-
=== Ephocs
97+
=== Epochs
9898

9999
Starting from its second phase, the staking protocol introduces the notion of _epochs_ (similarly to many other protocols). Epochs represent checkpoints where validators' stakes are set, such that changes made in epoch stem:[i] are applied in epoch stem:[i+k], where stem:[k] is a new latency parameter. For example, the following figure illustrates a scenario where in epoch stem:[i] validator stem:[A] has 50K STRK staked and someone delegates an additional 10K STRK to them, and in epoch stem:[i+1] someone undelegates 30K STRK from stem:[A]:
100100

@@ -249,4 +249,4 @@ The minting curve contract defines the economic model that governs reward distri
249249

250250
* `yearly_mint`: Returns the amount of STRK tokens to be minted annually based on the current staking rate
251251

252-
* `update_total_supply`: Updates the total supply of STRK tokens
252+
* `update_total_supply`: Updates the total supply of STRK tokens

0 commit comments

Comments
 (0)