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

Commit

Permalink
Remove warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw committed Dec 3, 2019
1 parent 3f38218 commit d715f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/system/src/offchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use codec::Encode;
use rstd::convert::TryInto;
use rstd::prelude::Vec;
use sp_runtime::app_crypto::{self, RuntimeAppPublic, AppPublic, AppSignature};
use sp_runtime::app_crypto::{RuntimeAppPublic, AppPublic, AppSignature};
use sp_runtime::traits::{Extrinsic as ExtrinsicT, IdentifyAccount};
use support::debug;

Expand Down

0 comments on commit d715f64

Please sign in to comment.