mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-10 02:01:08 +00:00
Encryption support for the statement store (#14440)
* Added ECIES encryption * tweaks * fmt * Make clippy happy * Use local keystore * qed
This commit is contained in:
@@ -100,9 +100,7 @@ pub fn expand_outer_enum(
|
||||
let enum_name_ident = Ident::new(enum_ty.struct_name(), Span::call_site());
|
||||
|
||||
for pallet_decl in pallet_decls {
|
||||
let Some(pallet_entry) = pallet_decl.find_part(enum_name_str) else {
|
||||
continue
|
||||
};
|
||||
let Some(pallet_entry) = pallet_decl.find_part(enum_name_str) else { continue };
|
||||
|
||||
let path = &pallet_decl.path;
|
||||
let pallet_name = &pallet_decl.name;
|
||||
|
||||
Reference in New Issue
Block a user