From fcefd7d441b3cd6f5fa7abd7d401e48d98212cb3 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Tue, 29 Apr 2025 12:00:59 +0530 Subject: [PATCH] chore: add referral id --- swaps/swaps_service.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swaps/swaps_service.go b/swaps/swaps_service.go index 0c71a7e8..5b1b1d3d 100644 --- a/swaps/swaps_service.go +++ b/swaps/swaps_service.go @@ -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)