mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +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
|
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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user