Skip to content

Commit

Permalink
nit: space
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit authored and clabby committed May 27, 2024
1 parent 4646398 commit 8119ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/src/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ impl L2ExecutionPayloadEnvelope {
if ty != OpTxType::Deposit as u8 {
anyhow::bail!("First payload transaction has unexpected type: {:?}", ty);
}

let tx = OpTxEnvelope::decode_2718(&mut execution_payload.transactions[0].as_ref())
.map_err(|e| anyhow::anyhow!(e))?;

Expand Down

0 comments on commit 8119ac2

Please sign in to comment.