Skip to content

Commit

Permalink
fix Step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Chapron committed Jan 30, 2024
1 parent b54ab1a commit 9380f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/sign_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static cx_err_t crypto_sign_message(const uint32_t *bip32_path,
return error;
}

PRINTF("Signature: %.*H\n", sig_len, G_context.tx_info.signature);
PRINTF("Signature: %.*H\n", sig_len, signature);

*signature_len = sig_len;
*v = (uint8_t)(info & CX_ECCINFO_PARITY_ODD);
Expand Down

0 comments on commit 9380f64

Please sign in to comment.