chore: add referral id

This commit is contained in:
im-adithya 2025-04-29 12:00:59 +05:30
parent d8d0c92413
commit fcefd7d441

View file

@ -173,8 +173,7 @@ func (svc *swapsService) ReverseSwap(ctx context.Context, amount uint64, destina
PreimageHash: preimageHash[:],
InvoiceAmount: amount,
PairHash: pairInfo.Hash,
// TODO: Add referral id
ReferralId: "getalby",
ReferralId: "alby",
})
if err != nil {
return fmt.Errorf("could not create swap: %s", err)