Merge pull request #9626 from ziggie1984/payment-lifecycle-small-fix

payment lifecycle small fix
This commit is contained in:
Oliver Gugger
2025-03-25 08:15:48 -06:00
committed by GitHub
6 changed files with 75 additions and 1 deletions

View File

@@ -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
}