Skip to content

Commit

Permalink
breaking loop
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorony committed Mar 15, 2019
1 parent 8621fad commit affd445
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/tuilib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1169,12 +1169,7 @@ def rogue_newgame_singleplayer(rpc_connection):
print("Bailout not on blockchain yet. Let's wait a little bit more")
time.sleep(20)
pass
if confirmations_amount < 2:
print("Bailout not confirmed yet! Let's wait a little")
time.sleep(10)
else:
print("Bailout confirmed!")
break
break
elif is_bailout_needed == "n":
game_end_height = int(rpc_connection.getinfo()["blocks"])
while True:
Expand Down

0 comments on commit affd445

Please sign in to comment.