Skip to content

Commit

Permalink
Fix markdown error
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Oct 22, 2023
1 parent e022e32 commit 4134a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/ignition/docs/guides/creating-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ If the function you are calling returns more than one value, `m.staticCall` will

To execute this `Future`, Hardhat Ignition won't send any transactions and it will use [`eth_call`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call) instead. Just like every other `Future`, it gets executed once, and the result is recorded.

#### Reading values from events emitted during `Future` execution
### Reading values from events emitted during `Future` execution

If you're dealing with a `Future` that emits a Solidity event when executed, and you need to extract an argument from said event, then you can use `m.readEventArgument`:

Expand Down

0 comments on commit 4134a7d

Please sign in to comment.