From 3b161289ae6c1b84de60733607db94ca8b9f8717 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Tue, 10 Dec 2019 10:13:55 -0800 Subject: [PATCH] trivial: typo fix Correct `diconnecting` to `disconnecting` --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 01cf592f..35f02d68 100644 --- a/config.go +++ b/config.go @@ -323,7 +323,7 @@ type config struct { net tor.Net - EnableUpfrontShutdown bool `long:"enable-upfront-shutdown" description:"If true, option upfront shutdown script will be enabled. If peers that we open channels with support this feature, we will automatically set the script to which cooperative closes should be paid out to on channel open. This offers the partial protection of a channel peer diconnecting from us if cooperative close is attempted with a different script."` + EnableUpfrontShutdown bool `long:"enable-upfront-shutdown" description:"If true, option upfront shutdown script will be enabled. If peers that we open channels with support this feature, we will automatically set the script to which cooperative closes should be paid out to on channel open. This offers the partial protection of a channel peer disconnecting from us if cooperative close is attempted with a different script."` Routing *routing.Conf `group:"routing" namespace:"routing"`