Skip to content

Commit

Permalink
Merge pull request #1295 from jacek-casper/fix-typo-in-casper-design-md
Browse files Browse the repository at this point in the history
Fix a typo that breaks MD rendering in casper-design.md
  • Loading branch information
ACStone-MTS authored Sep 26, 2023
2 parents fdbc77f + 6b9727e commit 48e5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/casper/concepts/design/casper-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ The Casper *mint* is a system contract that manages the balance of *motes* withi

The `AccessRights` of the URefs permissions model determines what actions can be performed when using a `URef` associated with a purse.

As all URef`s are unforgeable, the only way to interact with a purse is for a `URef` with appropriate `AccessRights` to be validly given to the current context.
As all `URef`s are unforgeable, the only way to interact with a purse is for a `URef` with appropriate `AccessRights` to be validly given to the current context.

The basic global state options map onto more standard monetary operations according to the table below:

Expand Down

0 comments on commit 48e5e2d

Please sign in to comment.