Commit 1ef274a
fix: case-insensitive .dash suffix and UTXO double-spend prevention
- SDK: resolve_dpns_name() now handles ".DASH", ".Dash" etc. via
eq_ignore_ascii_case (backport of dash-evo-tool PR #810 fix)
- platform-wallet: send_transaction() now calls check_core_transaction()
after signing to mark spent UTXOs before broadcast, preventing
concurrent callers from selecting the same inputs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 66c3ace commit 1ef274a
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
319 | 330 | | |
320 | 331 | | |
321 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
0 commit comments