From 2067c24de1379fbacafc84ed0edeb9d89fc33e68 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Thu, 29 Mar 2018 00:49:37 +0100 Subject: [PATCH] Wallet external config cleanup --- grin.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/grin.toml b/grin.toml index 9787284ed..ff505c62d 100644 --- a/grin.toml +++ b/grin.toml @@ -97,10 +97,7 @@ port = 13414 [wallet] -# Whether the wallet should be open to the outside -external = false - -# Host IP for wallet listener +# Host IP for wallet listener, change to "0.0.0.0" to receive grins api_listen_interface = "127.0.0.1" # Port for wallet listener