mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Rename: primitives/sr-std -> primitives/sp-std (#4327)
* primitives/sr-std -> primitives/std * fix * fix conflict * rstd -> sp-std * git mv * fix review * fix merge
This commit is contained in:
@@ -23,7 +23,7 @@ mod backend;
|
||||
|
||||
pub use crate::backend::{Account, Log, Vicinity, Backend};
|
||||
|
||||
use rstd::{vec::Vec, marker::PhantomData};
|
||||
use sp_std::{vec::Vec, marker::PhantomData};
|
||||
use support::{dispatch::Result, decl_module, decl_storage, decl_event};
|
||||
use support::weights::{Weight, WeighData, ClassifyDispatch, DispatchClass, PaysFee};
|
||||
use support::traits::{Currency, WithdrawReason, ExistenceRequirement};
|
||||
|
||||
Reference in New Issue
Block a user