chia-blockchain/chia/harvester
Kyle Altendorf a691d3c4b2
asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418)
* asyncio.get_event_loop() is deprecated in 3.10, stop using it

https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop
> Deprecated since version 3.10: Deprecation warning is emitted if there is no running event loop. In future Python releases, this function will be an alias of get_running_loop().

* black
2022-03-28 13:20:50 -07:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
harvester_api.py harvester: Drop plot existance check in lookup_challenge (#9877) 2022-01-23 21:49:11 -08:00
harvester.py asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00