Commit ca0c67b
committed
fix: JSONRPCDispatcher no-builder __init__ overload accepts all kwargs
The first overload (no transport_builder) was missing peer_cancel_mode and
raise_handler_exceptions, so callers couldn't pass them without also
supplying a builder. Pure typing fix; the impl already handled them.1 parent 9d121cf commit ca0c67b
1 file changed
Lines changed: 3 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
| |||
0 commit comments