From 7981b3b4de5ef43943a3ac2a3c223fcbba363870 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Sat, 31 May 2025 01:38:24 +0800 Subject: [PATCH] lncfg: fix typo --- lncfg/dev_integration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lncfg/dev_integration.go b/lncfg/dev_integration.go index c6467af2b..206a1bcca 100644 --- a/lncfg/dev_integration.go +++ b/lncfg/dev_integration.go @@ -51,7 +51,7 @@ func (d *DevConfig) GetZombieSweeperInterval() time.Duration { return d.ZombieSweeperInterval } -// ChannelReadyWait returns the config value `UnsafeDisconnect`. +// GetUnsafeDisconnect returns the config value `UnsafeDisconnect`. func (d *DevConfig) GetUnsafeDisconnect() bool { return d.UnsafeDisconnect }