From b2779720ee0b9bdc92445a6c01a65bc83b5202b3 Mon Sep 17 00:00:00 2001 From: ReevesAk Date: Sun, 13 Jun 2021 18:17:36 +0100 Subject: [PATCH] disable the creation of nameless account --- tinywallet/tinywallet/screens.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tinywallet/tinywallet/screens.py b/tinywallet/tinywallet/screens.py index 2ff81441..52ba3577 100644 --- a/tinywallet/tinywallet/screens.py +++ b/tinywallet/tinywallet/screens.py @@ -2019,6 +2019,7 @@ def createAccount(self, e=None): name = self.nameField.text() if not name: app.appWindow.showError("must provide name") + return def doneCreateAcct(acct): if not acct: