Skip to content

Commit 46b87ef

Browse files
committed
docs: fix indentation in FAssets minting guide for clarity in proof retrieval steps
1 parent 873b1ff commit 46b87ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fassets/developer-guides/3-fassets-minting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This script demonstrates how to retrieve the FDC proof and execute minting.
103103
4. Set the Flare Data Connector (FDC) round ID to retrieve the proof.
104104
5. Prepare the FDC request payload data.
105105
6. Create a function to get the proof from the FDC.
106-
It sends a POST request to the [Flare Data Availability Layer](/fdc/overview#data-availability-layer) and returns a Merkle proof and attestation response from FDC.
106+
It sends a POST request to the [Flare Data Availability Layer](/fdc/overview#data-availability-layer) and returns a Merkle proof and attestation response from FDC.
107107
7. Retrieve the FDC proof from the Data Availability Layer.
108108
8. Call the [`executeMinting()`](/fassets/reference/IAssetManager#executeminting) function on the AssetManager contract and send a transaction to the Flare network to convert the attested XRP payment into FXRP (minting).
109109
9. On a successful transaction call `parseExecutemintingEvents()` to extract and log events [`RedemptionTicketCreated`](/fassets/reference/IAssetManagerEvents#redemptionticketcreated) and [`MintingExecuted`](/fassets/reference/IAssetManagerEvents#mintingexecuted).

0 commit comments

Comments
 (0)