Skip to content

Commit

Permalink
fix: unique key without l1/l2 target
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Mar 7, 2023
1 parent b9a4120 commit f0e0826
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ pub struct ProofRequestOptions {
impl PartialEq for ProofRequestOptions {
fn eq(&self, other: &Self) -> bool {
self.block == other.block
&& self.l1_rpc == other.l1_rpc
&& self.l2_rpc == other.l2_rpc
&& self.prover == other.prover
&& self.propose_tx_hash == other.propose_tx_hash
&& self.param == other.param
Expand Down

0 comments on commit f0e0826

Please sign in to comment.