signatures: Remove useless Value > Value conversion
This commit is contained in:
parent
5ab9c4dc19
commit
54ba6d10fe
@ -171,7 +171,7 @@ where
|
|||||||
map.insert("signatures".into(), to_value(signature_map)?);
|
map.insert("signatures".into(), to_value(signature_map)?);
|
||||||
|
|
||||||
if let Some(unsigned) = maybe_unsigned {
|
if let Some(unsigned) = maybe_unsigned {
|
||||||
map.insert("unsigned".into(), to_value(unsigned)?);
|
map.insert("unsigned".into(), unsigned);
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user