From d5f7f4cf2fe209a70af796d9a41fa271430634cc Mon Sep 17 00:00:00 2001 From: yeastplume Date: Sat, 18 Aug 2018 13:48:43 +0100 Subject: [PATCH] default run_wallet_owner_api to false --- grin.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grin.toml b/grin.toml index ca6efc445..081fefcf4 100644 --- a/grin.toml +++ b/grin.toml @@ -66,7 +66,9 @@ run_tui = true run_wallet_listener = true # Whether to run the web-wallet API (will only run on localhost) -run_wallet_owner_api = true +# grin wallet web will run this automatically, so this should +# only be set to true for test/development purposes +run_wallet_owner_api = false #Whether to run a test miner. This is only for developer testing (chaintype #usertesting) at cuckoo 16, and will only mine into the default wallet port.