Adds todo

This commit is contained in:
Sergi Delgado Segura
2019-07-04 15:56:07 +01:00
parent 8561288726
commit 47939a9e3b

View File

@@ -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.