enable tui by default

This commit is contained in:
yeastplume 2018-03-19 19:24:21 +00:00
parent 4886fa08b2
commit 3c5dc1a29a

View file

@ -54,7 +54,7 @@ capabilities = [7]
#whether to run the ncurses TUI. Ncurses must be installed and this #whether to run the ncurses TUI. Ncurses must be installed and this
#will also disable logging to stdout #will also disable logging to stdout
run_tui = false run_tui = true
#Whether to run the wallet listener with the server by default #Whether to run the wallet listener with the server by default
run_wallet_listener = true run_wallet_listener = true