Skip to content

Commit d500e2c

Browse files
committed
Remove unused error
1 parent e8654bd commit d500e2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

batcher/aligned-batcher/src/types/errors.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pub enum BatcherError {
5858
WsSinkEmpty,
5959
AddressNotFoundInUserStates(Address),
6060
QueueRemoveError(String),
61-
BatchQueueIsFull,
6261
}
6362

6463
impl From<tungstenite::Error> for BatcherError {
@@ -140,9 +139,6 @@ impl fmt::Debug for BatcherError {
140139
BatcherError::QueueRemoveError(e) => {
141140
write!(f, "Error while removing entry from queue: {}", e)
142141
}
143-
BatcherError::BatchQueueIsFull => {
144-
write!(f, "Error adding proof, queue is full")
145-
}
146142
}
147143
}
148144
}

0 commit comments

Comments
 (0)