Companion for impl Zero and One for fixed point numbers (#2924)

* fix build

* Update Cargo.lock

Co-authored-by: Bryan Chen <xlchen1291@gmail.com>
This commit is contained in:
Shawn Tabrizi
2021-04-23 00:07:05 -04:00
committed by GitHub
parent ae558997a8
commit 4838603eb4
2 changed files with 171 additions and 169 deletions
+170 -168
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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,
};