Commit 491675c
feat(wasm-utxo): update assertion to use matches! macro
Improves code clarity by replacing the manual match statement with the
more concise matches! macro for descriptor type checking.
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>1 parent 413dcf9 commit 491675c
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
227 | 225 | | |
228 | | - | |
| 226 | + | |
229 | 227 | | |
230 | 228 | | |
0 commit comments