lncfg: fix typo

This commit is contained in:
yyforyongyu
2025-05-31 01:38:24 +08:00
committed by Olaoluwa Osuntokun
parent ba94755dfd
commit 7981b3b4de

View File

@@ -51,7 +51,7 @@ func (d *DevConfig) GetZombieSweeperInterval() time.Duration {
return d.ZombieSweeperInterval return d.ZombieSweeperInterval
} }
// ChannelReadyWait returns the config value `UnsafeDisconnect`. // GetUnsafeDisconnect returns the config value `UnsafeDisconnect`.
func (d *DevConfig) GetUnsafeDisconnect() bool { func (d *DevConfig) GetUnsafeDisconnect() bool {
return d.UnsafeDisconnect return d.UnsafeDisconnect
} }