Skip to content

Commit

Permalink
Merge pull request #67 from ethereum-optimism/rf/chore/non-exhaustive
Browse files Browse the repository at this point in the history
chore(opdn): Comment for Exhaustive Match
  • Loading branch information
0xKitsune authored Aug 20, 2024
2 parents 75f4fa6 + 01cb341 commit 4038b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/opdn/src/cmd/blobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ fn extract_blob_data(
)
}
},
// This is necessary since `TxEnvelope` is marked as non-exhaustive.
_ => continue,
};
let TxKind::Call(to) = tx_kind else { continue };
Expand Down

0 comments on commit 4038b99

Please sign in to comment.