From 5e7b4283fc18f7c041cf8eee9d92f719f41bc2d8 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 12 Jul 2024 06:56:54 -0400 Subject: [PATCH] refix comment --- bot-seller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot-seller.py b/bot-seller.py index 2952740..c297e25 100755 --- a/bot-seller.py +++ b/bot-seller.py @@ -31,7 +31,7 @@ while True: # send pls back to wallet a for buying pls_balance = get_pls_balance(account.address, False) pls_balance -= wallet_min_pls - # send the minter 1/3 + # send the minter 1/4 send_to_wallet_b = float(round(pls_balance / 4, 2)) # send the rest to buyer send_to_wallet_a = float(round(pls_balance - send_to_wallet_b, 2))