mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Make own version of RuntimeVersion to avoid mismatches (#395)
* Make own version of RuntimeVersion to avoid mismatches * cargo fmt * remove unneeded Serialize bound on RuntimeVersion
This commit is contained in:
@@ -39,9 +39,9 @@ pub use self::{
|
||||
};
|
||||
|
||||
use sp_runtime::traits::SignedExtension;
|
||||
use sp_version::RuntimeVersion;
|
||||
|
||||
use crate::{
|
||||
rpc::RuntimeVersion,
|
||||
Config,
|
||||
Encoded,
|
||||
Error,
|
||||
|
||||
Reference in New Issue
Block a user