From cc9ba70cc28d9073495ecd1d3bfcaee82fac34c1 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Thu, 22 Apr 2021 22:04:01 +1200 Subject: [PATCH] fix build --- runtime/common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 3bcb14e58c9a..c7ac287a87b7 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -220,7 +220,7 @@ mod multiplier_tests { use sp_core::H256; use sp_runtime::{ testing::Header, - traits::{BlakeTwo256, IdentityLookup, Convert}, + traits::{BlakeTwo256, IdentityLookup, Convert, One}, Perbill, };