mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +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:
@@ -400,7 +400,7 @@ mod tests {
|
||||
},
|
||||
);
|
||||
|
||||
let Some(output) = output else { return } ;
|
||||
let Some(output) = output else { return };
|
||||
|
||||
let stderr = dbg!(String::from_utf8(output.stderr).unwrap());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user