mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 10:06:31 +02:00
server: stop interceptable switch in Stop
This commit is contained in:
committed by
Oliver Gugger
parent
575d699917
commit
6df4f27929
@@ -2380,6 +2380,10 @@ func (s *server) Stop() error {
|
||||
if err := s.invoices.Stop(); err != nil {
|
||||
srvrLog.Warnf("failed to stop invoices: %v", err)
|
||||
}
|
||||
if err := s.interceptableSwitch.Stop(); err != nil {
|
||||
srvrLog.Warnf("failed to stop interceptable "+
|
||||
"switch: %v", err)
|
||||
}
|
||||
if err := s.invoiceHtlcModifier.Stop(); err != nil {
|
||||
srvrLog.Warnf("failed to stop htlc invoices "+
|
||||
"modifier: %v", err)
|
||||
|
Reference in New Issue
Block a user