impl Zero and One for fixed point numbers (#8647)

* impl Zero and One for fixed point numbers

* update librocksdb-sys to support M1

* fix build

* trigger CI
This commit is contained in:
Xiliang Chen
2021-04-23 10:02:54 +12:00
committed by GitHub
parent f7ed5a2481
commit 327934c19e
5 changed files with 39 additions and 42 deletions
@@ -615,7 +615,7 @@ mod tests {
use sp_core::H256;
use sp_runtime::{
testing::{Header, TestXt},
traits::{BlakeTwo256, IdentityLookup},
traits::{BlakeTwo256, IdentityLookup, One},
transaction_validity::InvalidTransaction,
Perbill,
};