usawa

Signed, immutable accounting.
Log | Files | Refs | Submodules | LICENSE

commit 3c27703eecd05143eb8c1d1dab1dd1429d904835
parent 6e8ecf84469c67d1c4aa0694df9551bd7934c827
Author: Carlosokumu <carlosokumu254@gmail.com>
Date:   Mon, 13 Jul 2026 11:55:49 +0300

remove unused imports, remove StateManager reference

Diffstat:
Mdummy/usawa/gui/components/wallet_setup.py | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/dummy/usawa/gui/components/wallet_setup.py b/dummy/usawa/gui/components/wallet_setup.py @@ -4,11 +4,8 @@ from gi.repository import Gtk, Adw, GLib, Gio import threading import logging import threading - -from ..core.state_manager import StateManager from usawa.crypto import DemoWallet - logg = logging.getLogger("gui.wallet_setup_view") @@ -156,7 +153,6 @@ class ImportWalletDialog(Adw.Dialog): toast.set_timeout(3) self.parent.toast_overlay.add_toast(toast) self.close() - StateManager.set("wallet_path", self.privatekey_path) self.parent._init_with_wallet(wallet, self.passphrase) def _on_error(self):