minor fixes, new bot payment logic

This commit is contained in:
Believethehype
2023-11-28 08:16:34 +01:00
parent 18ae0f5b8f
commit 3981fa7120
5 changed files with 42 additions and 42 deletions

View File

@@ -171,7 +171,7 @@ def update_user_balance(db, npub, additional_sats, client, config):
if config is not None:
keys = Keys.from_sk_str(config.PRIVATE_KEY)
time.sleep(1.0)
#time.sleep(1.0)
message = ("Added " + str(additional_sats) + " Sats to balance. New balance is " + str(new_balance) + " Sats.")