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 0e20cbc commit 25012a3Copy full SHA for 25012a3
crates/batcher/src/types/errors.rs
@@ -42,9 +42,7 @@ impl From<Bytes> for TransactionSendError {
42
}
43
_ => {
44
// flush because unkown error
45
- TransactionSendError::Generic(format!(
46
- "Unknown bytestring error: {byte_string}"
47
- ))
+ TransactionSendError::Generic(format!("Unknown bytestring error: {byte_string}"))
48
49
50
0 commit comments