mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
Merge pull request #4763 from carlaKC/fix-build
lnd: return missing shutdown parameter
This commit is contained in:
commit
c7eea13f95
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue