Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Oct 31, 2023
1 parent 54d6221 commit e9c7456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/learn/learn-nomination-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ At any point in time after joining the pool, a member can start the process of e
`unbond` will unbond part or all of the member's funds. After unbond has been called and the
unbonding duration has passed
{{ polkadot: (<RPC network="polkadot" path="consts.staking.bondingDuration" defaultValue={28}/> :polkadot }}
{{ kusama: (<RPC network="kusama" path="consts.staking.bondingDuration" defaultValue={28}/> :kusama }}
{{ kusama: (<RPC network="kusama" path="consts.staking.bondingDuration" defaultValue={7}/> :kusama }}
eras which correspond to
{{ polkadot: <RPC network="polkadot" path="consts.staking.bondingDuration" defaultValue={28}/> :polkadot }}
{{ kusama: <RPC network="kusama" path="consts.staking.bondingDuration" defaultValue={28}/> :kusama }}
{{ kusama: <RPC network="kusama" path="consts.staking.bondingDuration" defaultValue={7}/> :kusama }}
days on {{ polkadot: Polkadot), :polkadot }} {{ kusama: Kusama), :kusama }} a member may withdraw
their funds with `withdrawUnbonded`. Withdrawing effectively ends a member's relationship with their
pool, allowing them to join a different pool if desired. Check the "Withdraw unbonded funds" section
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ users to withdraw. For in-depth understanding, check the
#### Unbonding Period Length

The
{{ polkadot: <RPC network="polkadot" path="consts.staking.bondingDuration" defaultValue={2}/> :polkadot }}{{ kusama: <RPC network="kusama" path="consts.staking.bondingDuration" defaultValue={7}/> :kusama }}-day
{{ polkadot: <RPC network="polkadot" path="consts.staking.bondingDuration" defaultValue={28}/> :polkadot }}{{ kusama: <RPC network="kusama" path="consts.staking.bondingDuration" defaultValue={7}/> :kusama }}-day
unbonding period serves a crucial role in mitigating ex post facto slashing, particularly in the
context of guarding against long-range attacks. When a client encounters a chain finalized by
[GRANDPA](./learn-consensus.md#finality-gadget-grandpa) that originates more than
Expand Down

0 comments on commit e9c7456

Please sign in to comment.