diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 2cf5cff5..5957a141 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -1221,8 +1221,8 @@ func addInvoice(ctx *cli.Context) error { preimage []byte descHash []byte receipt []byte - amt int64 - err error + amt int64 + err error ) client, cleanUp := getClient(ctx)