Commit d4e828e
feat(wasm-utxo): refactor polymod function to use iterator for clarity
Use enumerate() with iterator in cashaddr polymod calculation for improved
readability. This eliminates manual indexing while maintaining the same
functionality.
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>1 parent 8b351d2 commit d4e828e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments