From ded8b0f1f793d1140493db644ad54b33fa51b7fd Mon Sep 17 00:00:00 2001 From: spekulaas Date: Sat, 11 Nov 2023 11:54:25 +0100 Subject: [PATCH] fixed print text --- goodchain/src/helpers/TransactionHelper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/goodchain/src/helpers/TransactionHelper.py b/goodchain/src/helpers/TransactionHelper.py index 1d1ed9e..ef545a4 100644 --- a/goodchain/src/helpers/TransactionHelper.py +++ b/goodchain/src/helpers/TransactionHelper.py @@ -118,7 +118,6 @@ def pendingTransactions(self): print(f"Transaction sender: \n{user_transactions.get(user_input).inputs[0][0]}") print(f"Transaction recipient: \n{user_transactions.get(user_input).outputs[0][0]}") print(f"---------------------------------------END-------------------------------------------") - print("Modifying a transaction will bring you back in line, your transaction will lose the place in the pool.") print("0 -- Go back") print("1 -- Change amount") print("2 -- Change Recipient")