removing merchantPub from signature

This commit is contained in:
Sebastian 2023-01-15 17:47:56 -03:00
parent bfc7b20100
commit e034f1045c
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -803,7 +803,6 @@ export const nativeCryptoR: TalerCryptoInterfaceR = {
const p = buildSigPS(TalerSignaturePurpose.MERCHANT_TRACK_TRANSACTION)
.put(decodeCrock(req.contractTermsHash))
.put(decodeCrock(req.wireHash))
.put(decodeCrock(req.merchantPub))
.put(decodeCrock(req.coinPub))
.build();
return { sig: encodeCrock(eddsaSign(p, decodeCrock(req.merchantPriv))) };