do not expose the noncePriv

This commit is contained in:
Sebastian 2023-07-10 09:42:14 -03:00
parent cf55f3f371
commit e0c4c2155f
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -1009,7 +1009,6 @@ export async function checkPaymentByProposalId(
orderId: proposal.orderId,
sessionId: proposal.lastSessionId ?? proposal.downloadSessionId ?? "",
claimToken: proposal.claimToken,
noncePriv: proposal.noncePriv,
});
// First check if we already paid for it.