Merge pull request #5537 from ErikEk/invoice-unused-error-check
invoice: unused error check
This commit is contained in:
commit
306da010d8
@ -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"))
|
||||
if err != nil {
|
||||
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
|
||||
added.
|
||||
|
||||
# Code Health
|
||||
|
||||
## Code cleanup, refactor, typo fixes
|
||||
* [Unused error check
|
||||
removed](https://github.com/lightningnetwork/lnd/pull/5537).
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
ErikEk
|
Loading…
Reference in New Issue
Block a user