aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

refactor(batcher): change`is_batch_ready` to accomodate the `Result` from `try_build_batch` function

Open entropidelic opened this issue 1 year ago • 0 comments

Once #1008 is merged, the is_batch_ready function should be refactored to accomodate to the new return value of try_build_batch function. If an error that is not of type BatcherError::BatchCostTooHigh, the error is being ignored.

entropidelic avatar Sep 23 '24 14:09 entropidelic