We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21f4b9 commit acd3782Copy full SHA for acd3782
src/tasks/submit/flashbots.rs
@@ -121,7 +121,7 @@ impl FlashbotsTask {
121
let tx_envelope = sendable
122
.try_into_envelope()?
123
.try_into_7594()
124
- .map_err(|e| eyre::eyre!(format!("{e:?}")))?;
+ .map_err(|e| eyre::eyre!("failed to map 4844 to 7594: {e:?}"))?;
125
debug!(?tx_envelope, "prepared signed rollup block transaction envelope");
126
127
Ok(tx_envelope)
0 commit comments