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:
James Wilson
2022-01-17 14:25:37 +00:00
committed by GitHub
parent cc0f980d95
commit d99cb9f4c3
3 changed files with 65 additions and 5 deletions
+1 -1
View File
@@ -39,9 +39,9 @@ pub use self::{
};
use sp_runtime::traits::SignedExtension;
use sp_version::RuntimeVersion;
use crate::{
rpc::RuntimeVersion,
Config,
Encoded,
Error,