Skip to content

Commit

Permalink
chore(sdk-lib-mpc): update rangeProof import
Browse files Browse the repository at this point in the history
TICKET: Wp-132
  • Loading branch information
zahin-mohammad committed Sep 27, 2023
1 parent cb99cfd commit 8ed87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-lib-mpc/test/unit/tss/ecdsa/dlogproofs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
generateNtildeProof,
generateSafePrimes,
verifyNtildeProof,
} from '../../../../src/tss/ecdsa/rangeproof';
} from '../../../../src/tss/ecdsa/rangeProof';
import { OpenSSL } from '../../../../src';

describe('h1H2DiscreteLogProofs', function () {
Expand Down

0 comments on commit 8ed87ef

Please sign in to comment.