Commit 2e2fd67
test(#33): use a valid-format wallet probe so the tier-4 gate exercises the approval gate
The hardening wallet round-trip used a 96-char probe containing '0' (invalid
base58) — monero_address_type is format-only (starts-with-4 + length 95), so an
invalid probe is rejected at PREVIEW by config validation, before the approval
gate it's meant to test. The determinism fix then asserted the preview STAGED
(previewed), which failed. Use a valid-format 95-char probe: the preview now
stages (previewed) and the default-deny gate refuses it at COMMIT (rejected),
with the .env-untouched assertion catching any gate failure loudly. Test-only.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent ee865f9 commit 2e2fd67
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1330 | 1330 | | |
1331 | 1331 | | |
1332 | 1332 | | |
1333 | | - | |
| 1333 | + | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
| |||
0 commit comments