mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-29 19:12:39 +02:00
trivial: typo fix
Correct log name of WalletKit
This commit is contained in:
@@ -117,7 +117,7 @@ func New(cfg *Config) (*WalletKit, lnrpc.MacaroonPerms, error) {
|
||||
// check to see if we need to create it or not.
|
||||
macFilePath := cfg.WalletKitMacPath
|
||||
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)
|
||||
|
||||
// At this point, we know that the wallet kit macaroon doesn't
|
||||
|
Reference in New Issue
Block a user