mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +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:
@@ -21,7 +21,7 @@ use frame_support::{
|
||||
weights::{GetDispatchInfo, constants::ExtrinsicBaseWeight, IdentityFee, WeightToFeePolynomial},
|
||||
};
|
||||
use sp_core::NeverNativeValue;
|
||||
use sp_runtime::{Perbill, FixedPointNumber};
|
||||
use sp_runtime::{Perbill, traits::One};
|
||||
use node_runtime::{
|
||||
CheckedExtrinsic, Call, Runtime, Balances, TransactionPayment, Multiplier,
|
||||
TransactionByteFee,
|
||||
|
||||
Reference in New Issue
Block a user