Skip to content

Commit

Permalink
add comment about unsuppored cert types
Browse files Browse the repository at this point in the history
  • Loading branch information
yushih authored and vsubhuman committed Nov 15, 2024
1 parent 88cb124 commit f3fc415
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ function formatTrezorCertificates(
});
continue;
}
// TODO: @trezor/connect-web 9.4.2 haven't supported dRep (de)registration and update
throw new Error(`${nameof(formatTrezorCertificates)} Trezor doesn't support this certificate type`);
}
return result;
Expand Down

0 comments on commit f3fc415

Please sign in to comment.