Skip to content

Commit

Permalink
Merge pull request lightningnetwork#2543 from alexbosworth/patch-9
Browse files Browse the repository at this point in the history
trivial: typo fix
  • Loading branch information
cfromknecht authored Jan 29, 2019
2 parents ea6f7cc + d432ee6 commit d7ac4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnrpc/walletrpc/walletkit_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7ac4bd

Please sign in to comment.