Skip to content

Commit

Permalink
unimplemented view service impl
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Apr 18, 2024
1 parent 457e3d5 commit a5f5c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/view/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ impl ViewService for ViewServer {
&self,
request: tonic::Request<pb::AuctionsRequest>,
) -> Result<tonic::Response<Self::AuctionsStream>, tonic::Status> {
todo!()
unimplemented!("auctions")
}

async fn broadcast_transaction(
Expand Down

0 comments on commit a5f5c7e

Please sign in to comment.