mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: add referral id
This commit is contained in:
parent
d8d0c92413
commit
fcefd7d441
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue