mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-27 06:28:20 +01:00
cmd/lncli: fix linter error
This commit is contained in:
@@ -1221,8 +1221,8 @@ func addInvoice(ctx *cli.Context) error {
|
|||||||
preimage []byte
|
preimage []byte
|
||||||
descHash []byte
|
descHash []byte
|
||||||
receipt []byte
|
receipt []byte
|
||||||
amt int64
|
amt int64
|
||||||
err error
|
err error
|
||||||
)
|
)
|
||||||
|
|
||||||
client, cleanUp := getClient(ctx)
|
client, cleanUp := getClient(ctx)
|
||||||
|
|||||||
Reference in New Issue
Block a user