Commit de61108
committed
doc/schemas: add websocket to type in doc/schemas/notification/connect.json
This is done by tests/test_connection.py::test_websocket:
```
{
"jsonrpc": "2.0",
"method": "connect",
"params": {
"connect": {
"id": "031b84c5567b126440995d3ed5aaba0565d71e1834604819ff9c17f5e9d5dd078f",
"direction": "in",
"address": {
"type": "websocket",
"subtype": "ipv4",
"address": "127.0.0.1",
"port": 59412
}
}
}
}
```
Totally breaks all the GRPC code though.
Signed-off-by: Rusty Russell <[email protected]>1 parent 98ff678 commit de61108
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments