Include NodeHandleBase in the AnyNodeHandle union
Fixes mypy error: - tests/functional_tests/network_tests/test_networks_disconnecting.py:160: error: Argument "node" to "prepare_witness" has incompatible type "NodeHandleBase"; expected "Union[Union[ApiNodeHandle, InitNodeHandle, RawNodeHandle, WitnessNodeHandle], RemoteNodeHandle]"
Loading
Please sign in to comment