mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
Merge pull request #9626 from ziggie1984/payment-lifecycle-small-fix
payment lifecycle small fix
This commit is contained in:
@@ -1255,6 +1255,8 @@ func (r *ChannelRouter) sendPayment(ctx context.Context,
|
||||
}
|
||||
|
||||
// Validate the custom records before we attempt to send the payment.
|
||||
// TODO(ziggie): Move this check before registering the payment in the
|
||||
// db (InitPayment).
|
||||
if err := firstHopCustomRecords.Validate(); err != nil {
|
||||
return [32]byte{}, nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user