Remove debug prints; secure copy of chainid into v
This commit is contained in:
@@ -27,8 +27,6 @@ unsigned int io_seproxyhal_touch_tx_ok(__attribute__((unused)) const bagl_elemen
|
||||
sizeof(signature),
|
||||
&info);
|
||||
explicit_bzero(&privateKey, sizeof(privateKey));
|
||||
PRINTF("v: %.*H\n", tmpContent.txContent.vLength, tmpContent.txContent.v);
|
||||
PRINTF("u32 v: %.*H\n", sizeof(v), &v);
|
||||
if (txContext.txType == EIP1559 || txContext.txType == EIP2930) {
|
||||
if (info & CX_ECCINFO_PARITY_ODD) {
|
||||
G_io_apdu_buffer[0] = 1;
|
||||
|
||||
Reference in New Issue
Block a user