mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-04 20:19:24 +02:00
cmd/lncli: fix linter error
This commit is contained in:
parent
ffbcf7db4f
commit
1a164db375
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user