Skip to content

Commit 47802a1

Browse files
committed
test: try breaking validation
TICKET: HSM-1513
1 parent e3bc07c commit 47802a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/sdk-core/src/bitgo/utils/tss/ecdsa/ecdsaMPCv2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ export class EcdsaMPCv2Utils extends BaseEcdsaUtils {
10111011
}
10121012
// using decodeURIComponent to handle special characters
10131013
if (
1014-
decodeURIComponent(cypherJson.adata) !== decodeURIComponent(`${roundDomainSeparator}:${adata}`) &&
1014+
// decodeURIComponent(cypherJson.adata) !== decodeURIComponent(`${roundDomainSeparator}:${adata}`) &&
10151015
decodeURIComponent(cypherJson.adata) !== decodeURIComponent(adata)
10161016
) {
10171017
throw new Error('Adata does not match cyphertext adata');

0 commit comments

Comments
 (0)