mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 06:01:48 +02:00
lncfg: fix typo
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
ba94755dfd
commit
7981b3b4de
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user