mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
wallet creation works, takes 11 seconds
This commit is contained in:
parent
726ba629f5
commit
19233dc42d
@ -299,6 +299,10 @@ func NewLightningWallet(config *Config) (*LightningWallet, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
err = db.Close()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Printf("stored identity key pubkey hash in channeldb\n")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user