Commit cd1ef8c
fix: FFI test uses valid bech32 address instead of fake string
test_validate_send_request_params_valid used "zs" + "1"*76 which
fails bech32 checksum validation. Replace with properly encoded
test address using bech32 crate (added as dev-dependency).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b9940ea commit cd1ef8c
3 files changed
Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1739 | 1739 | | |
1740 | 1740 | | |
1741 | 1741 | | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
1742 | 1749 | | |
1743 | 1750 | | |
1744 | | - | |
| 1751 | + | |
1745 | 1752 | | |
1746 | 1753 | | |
1747 | 1754 | | |
| |||
0 commit comments