Skip to content

Commit

Permalink
Merge pull request #2492 from wolverineks/master
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
Jared Corduan committed Sep 24, 2021
2 parents 3005092 + 0a451b2 commit 545ea93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/explanations/faq.rst
Expand Up @@ -48,7 +48,7 @@ so anyway to avoid having unusable tokens in their wallet.
What is a minting transaction?
********************************************************************************

Transactions have different structure in the Shelley, ShelleyMA, and Goguen eras, but this structure is the same within a single er The Shelley+MA and Goguen transactions can carry data that specifies what tokens they are minting. The transactions where this piece of transaction data (called the mint field) is non-empty are called minting transactions. These transactions must also carry the minting policies for the tokens they are minting, so that they can be checked during validation.
Transactions have different structure in the Shelley, Shelley+MA, and Goguen eras, but this structure is the same within a single era. The Shelley+MA and Goguen transactions can carry data that specifies what tokens they are minting. The transactions where this piece of transaction data (called the mint field) is non-empty are called minting transactions. These transactions must also carry the minting policies for the tokens they are minting, so that they can be checked during validation.

The result of processing a minting transaction is that the ledger will now additionally contain the assets included in the mint field (minting field) of the transaction.
If the quantity of a particular asset in the mint field is negative, the result is that after processing the transaction, the total quantity of that specific asset on the ledger will be reduced by the amount reflected in the mint field.
Expand Down
8 changes: 2 additions & 6 deletions doc/explanations/features.rst
Expand Up @@ -25,19 +25,15 @@ Terminology
+-----------------+-------------------------------------------------------+-----------------------------------------------------------+
|Token bundle | Another word for Value. | |
+-----------------+-------------------------------------------------------+-----------------------------------------------------------+
|Script | A piece of code which runs on the Cardano blockchain. | |
|Script | A piece of code which runs on the Cardano blockchain. | A multisig script stating that the transaction is |
| | | |
| | Used to support “smart contracts”. | |
| | Used to support “smart contracts”. | authorized if it is signed by both Alice and Bob. |
| | | |
| | Cardano will support several scripting languages: in | |
| | | |
| | Mary this will just be the multisig language, in | |
| | | |
| | subsequent eras, it will include Plutus Core as well. | |
| | | |
| | A multisig script stating that the transaction is | |
| | | |
| | authorized if it is signed by both Alice and Bob. | |
+-----------------+-------------------------------------------------------+-----------------------------------------------------------+
|Minting policy | A script which determines whether a transaction is | A multisig script stating the minting (burning) is |
| | | |
Expand Down
1 change: 1 addition & 0 deletions doc/explanations/token-bundles.rst
Expand Up @@ -100,6 +100,7 @@ How and where are token bundles stored?
********************************************

Token bundles can be found:

* As the mint field of a transaction, indicating that the transaction is minting the tokens in the bundle.
* In an output of a transaction or an output in the current UTXO tracked by the ledger, alongside the address of the output, ie.

Expand Down

0 comments on commit 545ea93

Please sign in to comment.