We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2554a55 commit 938a534Copy full SHA for 938a534
crates/batcher/src/types/errors.rs
@@ -164,7 +164,11 @@ impl fmt::Display for TransactionSendError {
164
write!(f, "Insufficient fee for aggregator")
165
}
166
TransactionSendError::SubmissionInsufficientBalance(address) => {
167
- write!(f, "Submission insufficient balance for address: {:?}", address)
+ write!(
168
+ f,
169
+ "Submission insufficient balance for address: {:?}",
170
+ address
171
+ )
172
173
TransactionSendError::BatchAlreadySubmitted => {
174
write!(f, "Batch already submitted")
0 commit comments