mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
fix new warning in nightly (#14334)
* fix new warning * Too soon * Explicitly import
This commit is contained in:
@@ -33,7 +33,7 @@ use jsonrpsee::{
|
||||
types::SubscriptionResult,
|
||||
};
|
||||
|
||||
use sc_rpc_api::{state::ReadProof, DenyUnsafe};
|
||||
use sc_rpc_api::DenyUnsafe;
|
||||
use sp_core::{
|
||||
storage::{PrefixedStorageKey, StorageChangeSet, StorageData, StorageKey},
|
||||
Bytes,
|
||||
|
||||
Reference in New Issue
Block a user