mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +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:
@@ -241,6 +241,7 @@ pub fn new_partial(
|
||||
&config.data_path,
|
||||
Default::default(),
|
||||
client.clone(),
|
||||
keystore_container.local_keystore(),
|
||||
config.prometheus_registry(),
|
||||
&task_manager.spawn_handle(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user