Skip to content

Commit

Permalink
fix(opdn): remark for exhaustive match
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 20, 2024
1 parent 75f4fa6 commit 01cb341
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 01cb341

Please sign in to comment.