From b11b5b4378ca215b9b9fe61a1025ff44881f3a1e Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Thu, 14 Dec 2023 00:08:11 +0700 Subject: [PATCH] chore: also log preimage --- alby.go | 1 + 1 file changed, 1 insertion(+) diff --git a/alby.go b/alby.go index 21157fc3..3e772d95 100644 --- a/alby.go +++ b/alby.go @@ -505,6 +505,7 @@ func (svc *AlbyOAuthService) SendKeysend(ctx context.Context, senderPubkey strin "payeePubkey": destination, "appId": app.ID, "userId": app.User.ID, + "preimage": responsePayload.Preimage, "paymentHash": responsePayload.PaymentHash, }).Info("Keysend payment successful") return responsePayload.Preimage, nil