Commit 356dc2c
committed
fix(rpc/test): addnode/disconnectnode smoke uses host:port after strict validation
Commit 5acb363 added SocketAddr::from_str validation; smoke loop
still passed bare "127.0.0.1" which now correctly errors. Update to
the full "127.0.0.1:8333" form.
Op: correct
Restores: test:all_required_handlers_return_core_shapes1 parent 5acb363 commit 356dc2c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments