From 47939a9e3b191b7cf1cd2eefa6e463e8300856bd Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 4 Jul 2019 15:56:07 +0100 Subject: [PATCH] Adds todo --- pisa-btc/pisa/pisad.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pisa-btc/pisa/pisad.py b/pisa-btc/pisa/pisad.py index b84c4c6..137e12a 100644 --- a/pisa-btc/pisa/pisad.py +++ b/pisa-btc/pisa/pisad.py @@ -21,3 +21,6 @@ if __name__ == '__main__': api_thread = Thread(target=start_api, args=[debug, logging]) 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.