small cleanup
This commit is contained in:
parent
1f9e17e54b
commit
65c2b94b1b
@ -130,7 +130,7 @@ class MenuHelper:
|
||||
return
|
||||
|
||||
case "Explore the Blockchain":
|
||||
print(self.user.private_key)
|
||||
print("TODO")
|
||||
|
||||
case "Transfer coins":
|
||||
input("Enter the username of the receiver: ")
|
||||
@ -176,7 +176,6 @@ class MenuHelper:
|
||||
if self.user.deleteAccount():
|
||||
self.user = None
|
||||
|
||||
|
||||
case _:
|
||||
print("Wrong input, try again")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user