small cleanup
This commit is contained in:
parent
1f9e17e54b
commit
65c2b94b1b
@ -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")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user