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…
Reference in New Issue
Block a user