Remove ? from Member::new()
This commit is contained in:
parent
dc76e2126f
commit
a02b752aaa
@ -323,7 +323,7 @@ pub fn pair_device(process_id: String, mut sp_addresses: Vec<String>) -> ApiResu
|
|||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|a| TryInto::<SilentPaymentAddress>::try_into(a).unwrap())
|
.map(|a| TryInto::<SilentPaymentAddress>::try_into(a).unwrap())
|
||||||
.collect(),
|
.collect(),
|
||||||
)?,
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user