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…
Reference in New Issue
Block a user