We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d654a commit c50649fCopy full SHA for c50649f
src_features/provideTrustedName/cmd_provide_trusted_name.c
@@ -609,7 +609,7 @@ static bool verify_signature(const s_sig_ctx *sig_ctx) {
609
TRUSTED_NAME_PUB_KEY,
610
sizeof(TRUSTED_NAME_PUB_KEY),
611
#ifdef HAVE_LEDGER_PKI
612
- CERTIFICATE_PUBLIC_KEY_USAGE_COIN_META,
+ CERTIFICATE_PUBLIC_KEY_USAGE_TRUSTED_NAME,
613
#endif
614
(uint8_t *) (sig_ctx->input_sig),
615
sig_ctx->input_sig_size));
0 commit comments