Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Feb 23, 2024
1 parent 852355b commit 9847733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/register_wallet.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void handler_register_wallet(dispatcher_context_t *dc, uint8_t protocol_version)
}

if (count_distinct_keys_info(&policy_map.parsed) != (int) wallet_header.n_keys) {
PRINTF("Number of keys in descriptor template doesn't provided keys\n");
PRINTF("Number of keys in descriptor template doesn't match the provided keys\n");
SEND_SW(dc, SW_INCORRECT_DATA);
return;
}
Expand Down

0 comments on commit 9847733

Please sign in to comment.