Skip to content

Commit 3873763

Browse files
eshabenCopilot
andauthored
Update develop/toolkit/parachains/fork-chains/chopsticks/get-started.md
Co-authored-by: Copilot <[email protected]>
1 parent 1f3c2ba commit 3873763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/toolkit/parachains/fork-chains/chopsticks/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ These are the methods that can be invoked and their parameters:
106106
- **`newBlockParams` ++"NewBlockParams"++**: The parameters to build the new block with. Where the `NewBlockParams` interface includes the following properties.
107107

108108
- **`count` ++"number"++**: The number of blocks to build.
109-
- **`dmp` ++"{ msg**: String, sentAt: number }[]"++: the downward messages to include in the block.
109+
- **`dmp` ++"{ msg: string, sentAt: number }[]"++**: the downward messages to include in the block.
110110
- `hrmp` ++"Record<string | number, { data: string, sentAt: number }[]>"++ - the horizontal messages to include in the block.
111111
- **`to` ++"number"++**: The block number to build to.
112112
- **`transactions` ++"string[]"++**: The transactions to include in the block.

0 commit comments

Comments
 (0)