Skip to content

Commit c50649f

Browse files
PKI key usage for trusted name fix
1 parent 97d654a commit c50649f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_features/provideTrustedName/cmd_provide_trusted_name.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ static bool verify_signature(const s_sig_ctx *sig_ctx) {
609609
TRUSTED_NAME_PUB_KEY,
610610
sizeof(TRUSTED_NAME_PUB_KEY),
611611
#ifdef HAVE_LEDGER_PKI
612-
CERTIFICATE_PUBLIC_KEY_USAGE_COIN_META,
612+
CERTIFICATE_PUBLIC_KEY_USAGE_TRUSTED_NAME,
613613
#endif
614614
(uint8_t *) (sig_ctx->input_sig),
615615
sig_ctx->input_sig_size));

0 commit comments

Comments
 (0)