Skip to content

Commit acd3782

Browse files
committed
moar logs
1 parent b21f4b9 commit acd3782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/submit/flashbots.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl FlashbotsTask {
121121
let tx_envelope = sendable
122122
.try_into_envelope()?
123123
.try_into_7594()
124-
.map_err(|e| eyre::eyre!(format!("{e:?}")))?;
124+
.map_err(|e| eyre::eyre!("failed to map 4844 to 7594: {e:?}"))?;
125125
debug!(?tx_envelope, "prepared signed rollup block transaction envelope");
126126

127127
Ok(tx_envelope)

0 commit comments

Comments
 (0)