From 3c5dc1a29af7f3815e2ea3551eb9511d28564423 Mon Sep 17 00:00:00 2001 From: yeastplume Date: Mon, 19 Mar 2018 19:24:21 +0000 Subject: [PATCH] enable tui by default --- grin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grin.toml b/grin.toml index 425bcfecf..398914a9b 100644 --- a/grin.toml +++ b/grin.toml @@ -54,7 +54,7 @@ capabilities = [7] #whether to run the ncurses TUI. Ncurses must be installed and this #will also disable logging to stdout -run_tui = false +run_tui = true #Whether to run the wallet listener with the server by default run_wallet_listener = true