Skip to content

Commit

Permalink
Update send_reponse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
TeknoPT committed Dec 6, 2023
1 parent be17dda commit 7e0852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/send_reponse.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int helper_send_response_sig() {
offset += G_context.tx_info.signature_len;
resp[offset++] = (uint8_t) G_context.tx_info.v;*/

uint8_t resp[PUBKEY_LEN] = G_context.tx_info.signature;
uint8_t resp = G_context.tx_info.signature;
size_t offset = G_context.tx_info.signature_len;


Expand Down

0 comments on commit 7e0852a

Please sign in to comment.