mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 02:37:58 +00:00
test-runtime: json_patch dep removed (#3062)
We don't need dependency on `json_patch` there is implementation of needed function in `sc_chain_spec` crate. This PR makes this function publicly available and removes the dep.
This commit is contained in:
committed by
GitHub
parent
4ca193f88b
commit
73fd8cd717
@@ -338,6 +338,7 @@ pub use self::{
|
||||
GenesisBlockBuilder,
|
||||
},
|
||||
genesis_config_builder::GenesisConfigBuilderRuntimeCaller,
|
||||
json_patch::merge as json_merge,
|
||||
};
|
||||
pub use sc_chain_spec_derive::{ChainSpecExtension, ChainSpecGroup};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user