Fixed a clippy issue
This commit is contained in:
parent
1820a83759
commit
34df77c18d
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ impl From<&ExRatchetEncHeader> for RatchetEncHeader {
|
||||||
private_key: private_dhs,
|
private_key: private_dhs,
|
||||||
public_key: public_dhs
|
public_key: public_dhs
|
||||||
};
|
};
|
||||||
let dhr = ex_reh.dhr.as_ref().map(|e| PublicKey::from_jwk_str(&e).unwrap());
|
let dhr = ex_reh.dhr.as_ref().map(|e| PublicKey::from_jwk_str(e).unwrap());
|
||||||
Self {
|
Self {
|
||||||
dhs,
|
dhs,
|
||||||
dhr,
|
dhr,
|
||||||
|
|
Loading…
Reference in a new issue