Skip to content

Commit

Permalink
chore: also log preimage
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 13, 2023
1 parent 453cdbb commit b11b5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alby.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b11b5b4

Please sign in to comment.