mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 04:13:00 +01:00
kvdb+cmd: fix typos
This commit is contained in:
@@ -453,7 +453,7 @@ func constrainMacaroon(ctx *cli.Context) error {
|
||||
// add first-party caveats (if necessary) to it.
|
||||
sourceMac := &macaroon.Macaroon{}
|
||||
if err = sourceMac.UnmarshalBinary(sourceMacBytes); err != nil {
|
||||
return fmt.Errorf("error unmarshaling source macaroon file "+
|
||||
return fmt.Errorf("error unmarshalling source macaroon file "+
|
||||
"%s: %v", sourceMacFile, err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user