Removes unused code

This commit is contained in:
Sergi Delgado Segura
2019-10-09 15:32:56 +01:00
parent ab72c71039
commit e0d0818f6b

View File

@@ -62,9 +62,6 @@ def run_bitcoind():
bitcoind_thread.daemon = True
bitcoind_thread.start()
# # It takes a little bit of time to start the simulator (otherwise the requests are sent too early and they fail)
# time.sleep(0.1)
@pytest.fixture
def new_appointment(dispute_txid=None):