lnd: return missing shutdown parameter

This commit is contained in:
carla 2020-11-12 09:12:32 +02:00
parent 99b0913562
commit 61777c41e4
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

2
lnd.go

@ -1321,7 +1321,7 @@ func waitForWalletPassword(cfg *Config, restEndpoints []net.Addr,
ltndLog.Errorf("Could not unload "+ ltndLog.Errorf("Could not unload "+
"wallet: %v", err) "wallet: %v", err)
} }
return nil, err return nil, shutdown, err
} }
} }