commit
d7ac4bd6f9
@ -117,7 +117,7 @@ func New(cfg *Config) (*WalletKit, lnrpc.MacaroonPerms, error) {
|
|||||||
// check to see if we need to create it or not.
|
// check to see if we need to create it or not.
|
||||||
macFilePath := cfg.WalletKitMacPath
|
macFilePath := cfg.WalletKitMacPath
|
||||||
if !fileExists(macFilePath) && cfg.MacService != nil {
|
if !fileExists(macFilePath) && cfg.MacService != nil {
|
||||||
log.Infof("Baking macaroons for WaleltKit RPC Server at: %v",
|
log.Infof("Baking macaroons for WalletKit RPC Server at: %v",
|
||||||
macFilePath)
|
macFilePath)
|
||||||
|
|
||||||
// At this point, we know that the wallet kit macaroon doesn't
|
// At this point, we know that the wallet kit macaroon doesn't
|
||||||
|
Loading…
Reference in New Issue
Block a user