Skip to content

Commit

Permalink
fix(sdk-lib-mpc): expose dkls functions from tss module
Browse files Browse the repository at this point in the history
Ticket: HSM-267
  • Loading branch information
islamaminBitGo committed Feb 16, 2024
1 parent 775f81b commit c6d396d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-lib-mpc/src/tss/ecdsa-dkls/dkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class Dkg {
// Update ronud data.
this._deserializeState();
}
if (this.dkgState == DkgState.Round3) {
if (this.dkgState == DkgState.Round2) {
this.chainCodeCommitment = this.dkgSession.calculateChainCodeCommitment();
}
nextRoundDeserializedMessages = {
Expand Down
1 change: 1 addition & 0 deletions modules/sdk-lib-mpc/src/tss/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './ecdsa';
export * from './ecdsa-dkls';

0 comments on commit c6d396d

Please sign in to comment.