Skip to content

Commit 80dd5ae

Browse files
authored
Update hrmp commands zombienet (#2062)
The arguments need underscore in stead of capital letters (reference: https://substrate.stackexchange.com/questions/9364/debugging-zombienet-config-after-using-hrmp-channels)
1 parent fe89449 commit 80dd5ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/md/en/docs/test/set-up-a-test-network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,14 @@ To set up communication between the parachains in the test network:
312312
[[hrmpChannels]]
313313
sender = 1000
314314
recipient = 1001
315-
maxCapacity = 8
316-
maxMessageSize = 8000
315+
max_capacity = 8
316+
max_message_size = 8000
317317

318318
[[hrmpChannels]]
319319
sender = 1001
320320
recipient = 1000
321-
maxCapacity = 8
322-
maxMessageSize = 8000
321+
max_capacity = 8
322+
max_message_size = 8000
323323
```
324324

325325
Note that the values you set for **maxCapacity** and **maxMessageSize** shouldn't exceed the values defined for the `hrmpChannelMaxCapacity` and `hrmpChannelMaxMessageSize` parameters for the relay chain.

0 commit comments

Comments
 (0)