Add missing comment

This commit is contained in:
Sergi Delgado Segura
2019-10-09 19:00:08 +01:00
parent 8b62ff9e56
commit db635ef688

View File

@@ -19,6 +19,7 @@ def run_bitcoind():
bitcoind_thread.daemon = True
bitcoind_thread.start()
# It takes a little bit of time to start the API (otherwise the requests are sent too early and they fail)
sleep(0.1)