Skip to content

Commit

Permalink
Merge pull request #1179 from iotaledger/howjmay-patch-1
Browse files Browse the repository at this point in the history
Fix markdown syntax error
  • Loading branch information
luca-moser authored Sep 23, 2023
2 parents 09d11c8 + 91f06e7 commit f2d2c30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ functionality through the \_[ISC Magic Contract](../../reference/magic-contract.
The Magic contract is an EVM contract deployed by default on every ISC chain, in the EVM genesis block, at
address `0x1074000000000000000000000000000000000000`.
The implementation of the Magic contract is baked-in in
the [`evm`](/wasp-wasm/reference/core-contracts/evm) [core contract](/wasp-wasm/reference/core-contracts/overview));
the [`evm`](/wasp-wasm/reference/core-contracts/evm) [core contract](/wasp-wasm/reference/core-contracts/overview);
i.e. it is not a pure-Solidity contract.

The Magic contract has several methods, which are categorized into specialized
Expand Down

0 comments on commit f2d2c30

Please sign in to comment.