mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
lncfg: enable quiescence in non-dev environment
This commit is contained in:
@@ -147,7 +147,7 @@ func (l *ProtocolOptions) NoExperimentalEndorsement() bool {
|
|||||||
|
|
||||||
// NoQuiescence returns true if quiescence is disabled.
|
// NoQuiescence returns true if quiescence is disabled.
|
||||||
func (l *ProtocolOptions) NoQuiescence() bool {
|
func (l *ProtocolOptions) NoQuiescence() bool {
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// CustomMessageOverrides returns the set of protocol messages that we override
|
// CustomMessageOverrides returns the set of protocol messages that we override
|
||||||
|
Reference in New Issue
Block a user