Commit 68a7566
fix(rpc-json): disable key-wallet default features
rpc-json only needs key-wallet for type definitions and serde.
Without default-features = false, it pulls in the manager module
(tokio, rayon) which inflates WASM builds that depend on
dashcore-rpc transitively.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 88eacdf commit 68a7566
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
0 commit comments