mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 07:24:21 +01:00
wallet creation works, takes 11 seconds
This commit is contained in:
committed by
Olaoluwa Osuntokun
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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user