mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
Add test for cli keystore path generation (#4571)
* Add test for cli keystore path generation * Fix test
This commit is contained in:
@@ -165,6 +165,16 @@ impl BuildStorage for sp_core::storage::Storage {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
impl BuildStorage for () {
|
||||
fn assimilate_storage(
|
||||
&self,
|
||||
_: &mut sp_core::storage::Storage,
|
||||
)-> Result<(), String> {
|
||||
Err("`assimilate_storage` not implemented for `()`".into())
|
||||
}
|
||||
}
|
||||
|
||||
/// Consensus engine unique ID.
|
||||
pub type ConsensusEngineId = [u8; 4];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user