small cleanup

This commit is contained in:
Ryan Bakkes 2023-11-06 14:35:34 +01:00
parent 1f9e17e54b
commit 65c2b94b1b

View File

@ -130,7 +130,7 @@ class MenuHelper:
return return
case "Explore the Blockchain": case "Explore the Blockchain":
print(self.user.private_key) print("TODO")
case "Transfer coins": case "Transfer coins":
input("Enter the username of the receiver: ") input("Enter the username of the receiver: ")
@ -176,7 +176,6 @@ class MenuHelper:
if self.user.deleteAccount(): if self.user.deleteAccount():
self.user = None self.user = None
case _: case _:
print("Wrong input, try again") print("Wrong input, try again")