mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
Revert "bugfix" (#8298)
* Revert "bugfix (#3280)"
This reverts commit 0fb0dd43b9
.
* Remove duplicate check
This commit is contained in:
parent
0fb0dd43b9
commit
8ef39bb6bb
@ -37,9 +37,8 @@ class DaemonProxy:
|
||||
id = decoded["request_id"]
|
||||
|
||||
if id in self._request_dict:
|
||||
if id in self.response_dict:
|
||||
self.response_dict[id] = decoded
|
||||
self._request_dict[id].set()
|
||||
self.response_dict[id] = decoded
|
||||
self._request_dict[id].set()
|
||||
|
||||
asyncio.create_task(listener())
|
||||
await asyncio.sleep(1)
|
||||
|
Loading…
Reference in New Issue
Block a user