From ed3a0f2bb25077c7a32a54ddb3754f04ffbdccf3 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 10 Jun 2018 20:31:05 +0300 Subject: debug mode have been added --- rpc/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc') diff --git a/rpc/config.go b/rpc/config.go index 8a34752a..06d63d65 100644 --- a/rpc/config.go +++ b/rpc/config.go @@ -10,7 +10,7 @@ type config struct { // Indicates if RPC connection is enabled. Enable bool - // Listen string + // AddListener string Listen string } -- cgit v1.2.3