invoice: unused error check
This commit is contained in:
parent
7176a212f7
commit
5282b54ad3
@ -227,10 +227,6 @@ func addHoldInvoice(ctx *cli.Context) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
|
||||||
return fmt.Errorf("unable to parse preimage: %v", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
descHash, err = hex.DecodeString(ctx.String("description_hash"))
|
descHash, err = hex.DecodeString(ctx.String("description_hash"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("unable to parse description_hash: %v", err)
|
return fmt.Errorf("unable to parse description_hash: %v", err)
|
||||||
|
@ -7,4 +7,11 @@ added](https://github.com/lightningnetwork/lnd/pull/5520) to ensure that all
|
|||||||
PRs add an entry in the release notes folder that at leasts links to PR being
|
PRs add an entry in the release notes folder that at leasts links to PR being
|
||||||
added.
|
added.
|
||||||
|
|
||||||
|
# Code Health
|
||||||
|
|
||||||
|
## Code cleanup, refactor, typo fixes
|
||||||
|
* [Unused error check
|
||||||
|
removed](https://github.com/lightningnetwork/lnd/pull/5537).
|
||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
ErikEk
|
Loading…
Reference in New Issue
Block a user