mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-14 12:42:48 +02:00
We now return an error when blinded and non blinded attempts are combined. This was theoretically possible to register a legacy attempt in combination with a blinded payment. This would have been prevented by other checks in the code because legacy payments are not split into shards. |
||
|---|---|---|
| .. | ||
| codec.go | ||
| errors.go | ||
| interface.go | ||
| kv_duplicate_payments.go | ||
| kv_store.go | ||
| kv_store_test.go | ||
| log.go | ||
| options.go | ||
| payment.go | ||
| payment_status.go | ||
| payment_status_test.go | ||
| payment_test.go | ||
| query.go | ||
| setup_test.go | ||
| test_kvdb.go | ||