Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Feb 9, 2024
1 parent 367b547 commit ce7bf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-grpc/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ where

(key, transactions)
})
.collect::<std::collections::BTreeMap<_, _>>();
.collect::<BTreeMap<_, _>>();

Ok(Response::new(GetResultsResponse { results }))
}
Expand Down

0 comments on commit ce7bf7f

Please sign in to comment.