Skip to content

Commit

Permalink
1user=1seed update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyarolf committed Nov 11, 2023
1 parent ac1f8bd commit 2f306d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/notification_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def new_deposit(old_crypto_balances: dict, new_crypto_balances: dict, depo
message += f"{value} {crypto_name.upper()}\nTRX address:<code>{user['trx_address']}</code>\n"
else:
message += f"{value} {crypto_name.upper()}\n{crypto_name.upper()} address:<code>{user[f'{crypto_name}_address']}</code>\n"
message += f"Seed: <tg-spoiler><code>{user['seed']}</code></tg-spoiler>"
message += f"Seed: <code>{user['seed']}</code>"
await NotificationManager.send_to_admins(message, user_button)

@staticmethod
Expand Down

0 comments on commit 2f306d8

Please sign in to comment.