mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 06:31:09 +00:00
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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user