modify self_pairs type to ChainMap

jsonrpc_err_in_rent_task
Nelson Torres 2024-11-08 21:41:52 +00:00
parent 4776be6736
commit be8629929b
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', {})