Skip to content

Commit 4e88a99

Browse files
authored
Update README.md
1 parent 5823a52 commit 4e88a99

File tree

1 file changed

+1
-1
lines changed
  • aptos-move/framework/evaluations/aptos-coin-mint-capability/destroying

1 file changed

+1
-1
lines changed

aptos-move/framework/evaluations/aptos-coin-mint-capability/destroying/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The [`block_prologue`](https://github.com/movementlabsxyz/aptos-core/blob/aa4530
100100

101101
We did not identify any usages of `.mint_cap` on any of the `block_prologue_common` branches.
102102

103-
#### Transaction [`prologue`]
103+
#### Transaction `prologue`
104104
All transactions now call one of the [`*_script_prologue`](https://github.com/movementlabsxyz/aptos-core/blob/aa45303216be96ea30d361ab7eb2e95fb08c2dcb/aptos-move/aptos-vm/src/aptos_vm.rs#L2244) functions, which in turn call [`prologue_common`](https://github.com/movementlabsxyz/aptos-core/blob/aa45303216be96ea30d361ab7eb2e95fb08c2dcb/aptos-move/framework/aptos-framework/sources/transaction_validation.move#L74).
105105

106106
We did not identify any usages of `.mint_cap` on any of the `prologue_common` branches.

0 commit comments

Comments
 (0)