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.