Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Mar 14, 2024
1 parent 4bb152e commit 61447d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_client_backend/src/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ impl service::compact_tx_streamer_client::CompactTxStreamerClient<tonic::transpo
pub async fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
where
D: TryInto<tonic::transport::Endpoint>,
D::Error: Into<StdError>,
D::Error: Into<tonic::codegen::StdError>,
{
let conn = tonic::transport::Endpoint::new(dst)?.connect().await?;
Ok(Self::new(conn))

Check warning on line 792 in zcash_client_backend/src/proto.rs

View check run for this annotation

Codecov / codecov/patch

zcash_client_backend/src/proto.rs#L791-L792

Added lines #L791 - L792 were not covered by tests
Expand Down

0 comments on commit 61447d9

Please sign in to comment.