Commit 5cbc5b7
feat(wasm-utxo): fix coinName function exports
Export coinName helper functions correctly as values rather than types.
This ensures they can be called in client code.
The `export type { ... }` syntax is a bit of a footgun.
Issue: BTC-2650
Co-authored-by: llm-git <llm-git@ttll.de>1 parent 86824a5 commit 5cbc5b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments