mirror of
https://github.com/Steffo99/greed.git
synced 2025-03-13 12:17:27 +00:00
Remove time delay after payment info
This commit is contained in:
parent
669ebc43cc
commit
cdb698c951
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ class ChatWorker(threading.Thread):
|
|||
+ str(amount)
|
||||
+ "`\nto this bitcoin address:\n`"
|
||||
+ address + "`")
|
||||
time.sleep(10)
|
||||
|
||||
def __wait_for_successfulbtcpayment(self, address, amount):
|
||||
# check config for use_websocket
|
||||
|
|
Loading…
Add table
Reference in a new issue