Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
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
Next Next commit
Build fix
  • Loading branch information
gavofyork committed Oct 11, 2019
commit 292149b9d50c9d5e47539cbc7975b9a2faefabc5
1 change: 1 addition & 0 deletions runtime/src/icmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//! - API to allow runtimes to configure the how messages are handled;
//! - API to allow runtimes to deposit outgoing messages.

use rstd::prelude::*;
use codec::Codec;
use support::{decl_module, decl_storage, decl_event};
use system::ensure_none;
Expand Down