Skip to content

Commit 9d33490

Browse files
authored
Update crates/dips/src/lib.rs
1 parent e1abb5b commit 9d33490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/dips/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ pub enum DipsError {
170170
InvalidVoucher(String),
171171
}
172172

173-
// TODO: send back messages
174173
#[cfg(feature = "rpc")]
175174
impl From<DipsError> for tonic::Status {
176175
fn from(value: DipsError) -> Self {

0 commit comments

Comments
 (0)