lncfg: enable quiescence in non-dev environment

This commit is contained in:
yyforyongyu
2025-06-27 19:57:53 +08:00
parent 127b0e9f41
commit 463f51d371

View File

@@ -147,7 +147,7 @@ func (l *ProtocolOptions) NoExperimentalEndorsement() bool {
// NoQuiescence returns true if quiescence is disabled.
func (l *ProtocolOptions) NoQuiescence() bool {
return true
return false
}
// CustomMessageOverrides returns the set of protocol messages that we override