Skip to content

Commit

Permalink
appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Jul 24, 2024
1 parent e8327f6 commit d81b209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-consensus/src/block/subsidy/funding_streams/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ fn test_funding_stream_values() -> Result<(), Report> {
recipients: Some(
POST_NU6_FUNDING_STREAMS_TESTNET
.recipients()
.into_iter()
.iter()
.map(|(&receiver, recipient)| ConfiguredFundingStreamRecipient {
receiver,
numerator: recipient.numerator(),
addresses: Some(
recipient
.addresses()
.into_iter()
.iter()
.map(|addr| addr.to_string())
.collect(),
),
Expand Down

0 comments on commit d81b209

Please sign in to comment.