You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when flushing queue, instead of flush_queue, we could call self.remove_proofs_from_queue(finalized_batch.clone()).await;
The effect of this is removing from the queue the proofs of the failed batch, instead of flushing the whole queue.
Note here we should also send a message to the clients whos proofs where removed.
The text was updated successfully, but these errors were encountered:
when flushing queue, instead of
flush_queue
, we could callself.remove_proofs_from_queue(finalized_batch.clone()).await;
The effect of this is removing from the queue the proofs of the failed batch, instead of flushing the whole queue.
Note here we should also send a message to the clients whos proofs where removed.
The text was updated successfully, but these errors were encountered: