modify self_pairs type to ChainMap

pull/8/head
Nelson Torres 2024-11-08 21:41:52 +00:00
parent 3de985d3cd
commit 30caac4c27
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class Client:
json_rpc: Callable
) -> None:
self._pairs: dict[str, Any] = None
self._pairs: ChainMap[str, Pair] = ChainMap()
config = get_config().get('option', {})