Skip to content

Commit 6568098

Browse files
committed
fix: underproced proof error message
1 parent 4354573 commit 6568098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sdk/src/communication/messaging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ async fn handle_batcher_response(msg: Message) -> Result<BatchInclusionData, Sub
266266
Err(SubmitError::GenericError(e))
267267
}
268268
Ok(SubmitProofResponseMessage::UnderpricedProof) => {
269-
error!("Batcher responded with error: queue limit has been exceeded. Funds have not been spent.");
269+
error!("Batcher responded with error: proof underpriced. Funds have not been spent.");
270270
Err(SubmitError::BatchQueueLimitExceededError)
271271
}
272272
Err(e) => {

0 commit comments

Comments
 (0)