This motion will try to re-execute Motion 174, which was failed because it should be a external referendum instead of a simple motion.
This motion will trigger a Transact message on Kusama to accept&send the HRMP request sent from Litmus Network.
The transact will be performed on Polkadot with the following call:
0x1802083c013a0800003c003a080000e803000000900100
which can be decoded as:
hrmp.hrmpAcceptOpenChannel(
sender: 2,106,
)
hrmp.hrmpInitOpenChannel(
recipient: 2,106,
proposedMaxCapacity: 1,000
proposedMaxMessageSize: 102,400
)
Khala's sovereign account has already got enough deposit to open the channels
Here are the main points of the post:
hrmp.hrmpAcceptOpenChannel(sender: 2,106,) hrmp.hrmpInitOpenChannel(recipient: 2,106, proposedMaxCapacity: 1,000 proposedMaxMessageSize: 102,400)
.