Merge pull request #4763 from carlaKC/fix-build
lnd: return missing shutdown parameter
This commit is contained in:
commit
c7eea13f95
2
lnd.go
2
lnd.go
@ -1321,7 +1321,7 @@ func waitForWalletPassword(cfg *Config, restEndpoints []net.Addr,
|
||||
ltndLog.Errorf("Could not unload "+
|
||||
"wallet: %v", err)
|
||||
}
|
||||
return nil, err
|
||||
return nil, shutdown, err
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user