mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
ChainSpec trait (#5185)
* ChainSpec trait * Apply suggestions from code review Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com> * Added docs * Fixed build * Fixed build Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -128,7 +128,7 @@ fn generate_chain_spec(
|
||||
Default::default(),
|
||||
);
|
||||
|
||||
chain_spec.to_json(false).map_err(|err| err.to_string())
|
||||
chain_spec.as_json(false).map_err(|err| err.to_string())
|
||||
}
|
||||
|
||||
fn generate_authority_keys_and_store(
|
||||
|
||||
Reference in New Issue
Block a user