You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/md/en/docs/test/set-up-a-test-network.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -312,14 +312,14 @@ To set up communication between the parachains in the test network:
312
312
[[hrmpChannels]]
313
313
sender = 1000
314
314
recipient = 1001
315
-
maxCapacity = 8
316
-
maxMessageSize = 8000
315
+
max_capacity = 8
316
+
max_message_size = 8000
317
317
318
318
[[hrmpChannels]]
319
319
sender = 1001
320
320
recipient = 1000
321
-
maxCapacity = 8
322
-
maxMessageSize = 8000
321
+
max_capacity = 8
322
+
max_message_size = 8000
323
323
```
324
324
325
325
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