mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
enable tui by default
This commit is contained in:
parent
4886fa08b2
commit
3c5dc1a29a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue