Skip to content

Commit

Permalink
Updated type
Browse files Browse the repository at this point in the history
  • Loading branch information
mchldbrtl authored Aug 23, 2023
1 parent 79d9bf1 commit 7f426e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/crypto_explore_certificate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function readBasicConstraint2_5_29_19(buffer: Buffer, block: BlockInfo): BasicCo
let pathLengthConstraint = 0;
let breakControl = 0;

for (const inner_block in inner_blocks) {
for (const inner_block: BlockInfo in inner_blocks) {
switch(inner_block.tag) {
case TagType.BOOLEAN:
cA = _readBooleanValue(buffer, inner_block);
Expand Down

0 comments on commit 7f426e9

Please sign in to comment.