invoices/sqldb: query by ChanID when updating AMP invoice preimage

This commit is contained in:
Alex Akselrod
2024-08-21 17:33:37 -07:00
committed by Andras Banki-Horvath
parent e8c5e7d5ce
commit f1b7953465
6 changed files with 14 additions and 6 deletions

View File

@@ -93,11 +93,13 @@ linters-settings:
- 'errors.Wrap'
gomoddirectives:
replace-local: true
replace-allow-list:
# See go.mod for the explanation why these are needed.
- github.com/ulikunitz/xz
- github.com/gogo/protobuf
- google.golang.org/protobuf
- github.com/lightningnetwork/lnd/sqldb
linters: