Skip to content

Commit 987ec0c

Browse files
Update develop/smart-contracts/precompiles/xcm-precompile.md
Co-authored-by: Dawn Kelly <[email protected]>
1 parent aed79a1 commit 987ec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/smart-contracts/precompiles/xcm-precompile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The `execute` function runs an XCM message locally using the caller's origin. Th
8484
Follow these steps to execute a message:
8585

8686
1. Call `callWeighMessage` with your XCM message to get the required weight.
87-
2. Use the returned weight values when calling `callXcmExecute`
87+
2. Use the returned weight values when calling `callXcmExecute`.
8888
3. Pass the same XCM message bytes and the weight obtained from the previous step. For example, using the same message from the weighing example, you would call `callXcmExecute` with:
8989

9090
- `message`: The encoded XCM message bytes.

0 commit comments

Comments
 (0)