Skip to content

Commit 280e2fc

Browse files
committed
chore: add log for dkgRound3 message size
1 parent 46d0db9 commit 280e2fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/serialize.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export const serializeDkgRound3Min = (
7373
2 +
7474
gskBytes.length * gskLen
7575
)
76+
console.log(`dkgRound3 msg size: ${blob.byteLength}`)
77+
7678
let pos = 0
7779

7880
// identity index

0 commit comments

Comments
 (0)