summaryrefslogtreecommitdiff
path: root/rpc/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/config.go')
-rw-r--r--rpc/config.go2
1 files changed, 1 insertions, 1 deletions
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
}