Browse Source

Refactor memo dependencies

Shamil Gadelshin 5 năm trước cách đây
mục cha
commit
39c2e712f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      runtime-modules/memo/src/lib.rs

+ 1 - 1
runtime-modules/memo/src/lib.rs

@@ -1,7 +1,7 @@
 // Ensure we're `no_std` when compiling for Wasm.
 #![cfg_attr(not(feature = "std"), no_std)]
 
-use crate::currency::GovernanceCurrency;
+use common::currency::GovernanceCurrency;
 use rstd::prelude::*;
 use sr_primitives::traits::Zero;
 use srml_support::traits::Currency;