Skip to content

Commit

Permalink
Merge pull request #3 from johntaiko/fix/p2p_task_unique
Browse files Browse the repository at this point in the history
fix: unique key without l1/l2 target
  • Loading branch information
smtmfft authored Mar 7, 2023
2 parents b9a4120 + f0e0826 commit 8ac8204
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 8ac8204

Please sign in to comment.