Skip to content

Commit

Permalink
fix: clone on copy type
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 16, 2024
1 parent b8ac8cd commit 31b847d
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 @@ -182,7 +182,6 @@ impl L2ExecutionPayloadEnvelope {
return rollup_config
.genesis
.system_config
.clone()
.ok_or_else(|| anyhow::anyhow!("Missing system config in genesis block"));
}

Expand Down

0 comments on commit 31b847d

Please sign in to comment.