Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

sudo call to establish hrmp channel #4998

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update runtime/parachains/src/hrmp.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
  • Loading branch information
stanly-johnson and bkchr authored Feb 27, 2022
commit 53fec01d32a816c4c9835b8a72456690020bf6d0
3 changes: 1 addition & 2 deletions runtime/parachains/src/hrmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,7 @@ pub mod pallet {
proposed_max_capacity,
proposed_max_message_size,
)?;
Self::accept_open_channel(recipient, sender)?;
Ok(())
Self::accept_open_channel(recipient, sender)
}
gilescope marked this conversation as resolved.
Show resolved Hide resolved

/// Initiate unilateral closing of a channel. The origin must be either the sender or the
Expand Down