We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3e345 commit fdaa703Copy full SHA for fdaa703
1 file changed
silentpayments/tests/functional_tests/bip352_vectors/send.rs
@@ -26,8 +26,8 @@ fn process_sending_given(
26
create_silentpayment_partial_secret(&lex_min.bytes()?, &spks_with_keys)?;
27
Ok(
28
create_silentpayment_scriptpubkeys(partial_secret, recipients)
29
- .into_iter()
30
- .flat_map(|(_, set)| set)
+ .into_values()
+ .flatten()
31
.collect(),
32
)
33
} else {
0 commit comments