Skip to content

Commit

Permalink
Update docs/modalities.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Stone <97986246+ACStoneCL@users.noreply.github.com>
  • Loading branch information
gRoussac and ACStone-MTS authored Sep 22, 2023
1 parent 4042f72 commit 4d9df62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ mode cannot be changed once the contract has been installed. The mode is set by

## AllowMinting

By switching allow_minting to false we pause minting. Reverts with MintingIsPaused error if allow_minting is false. This modality provides two options:
The `AllowMinting` modality dictates the ability for **any** entity to mint or not. If `allow_minting` is set to false, any attempt to mint will revert with a `MintingIsPaused` error. This modality provides two options:

| AllowMinting | bool |
| ------------ | ---- |
Expand Down

0 comments on commit 4d9df62

Please sign in to comment.