mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
fix typo
This commit is contained in:
parent
81b17ef4fd
commit
c89dd86a2e
1 changed files with 1 additions and 1 deletions
2
lnd.go
2
lnd.go
|
@ -84,7 +84,7 @@ func AdminAuthOptions(cfg *Config, skipMacaroons bool) ([]grpc.DialOption,
|
|||
|
||||
// Get the admin macaroon if macaroons are active.
|
||||
if !skipMacaroons && !cfg.NoMacaroons {
|
||||
// Load the adming macaroon file.
|
||||
// Load the admin macaroon file.
|
||||
macBytes, err := ioutil.ReadFile(cfg.AdminMacPath)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("unable to read macaroon "+
|
||||
|
|
Loading…
Add table
Reference in a new issue