mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 14:44:21 +01:00
Adds todo
This commit is contained in:
@@ -21,3 +21,6 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
api_thread = Thread(target=start_api, args=[debug, logging])
|
api_thread = Thread(target=start_api, args=[debug, logging])
|
||||||
api_thread.start()
|
api_thread.start()
|
||||||
|
|
||||||
|
# ToDO: Run sanity checks to ensure that bitcoin rpc requests can be run, if the bitcoin.conf is not consistent with
|
||||||
|
# conf.py the pisa daemon will fail upon performing the first rpc request.
|
||||||
|
|||||||
Reference in New Issue
Block a user