modify self_pairs type to ChainMap
parent
4776be6736
commit
be8629929b
|
@ -270,7 +270,7 @@ class Client:
|
||||||
json_rpc: Callable
|
json_rpc: Callable
|
||||||
|
|
||||||
) -> None:
|
) -> None:
|
||||||
self._pairs: dict[str, Any] = None
|
self._pairs: ChainMap[str, Pair] = ChainMap()
|
||||||
|
|
||||||
config = get_config().get('option', {})
|
config = get_config().get('option', {})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue