Skip to content

Commit 6bc1b2b

Browse files
committed
Dont clear the randomness buffers upon retrieval of the last spend signature.
1 parent 76b17c0 commit 6bc1b2b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

app/src/nvdata.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ zxerr_t get_next_spend_signature(uint8_t *result) {
143143
}
144144
MEMCPY(result, (void *)&N_transactioninfo.spend_signatures[index], SIGNATURE_SIZE);
145145
transaction_header.spends_sign_index--;
146-
if (!spend_signatures_more_extract()) {
147-
transaction_reset();
148-
}
149146
return zxerr_ok;
150147
}
151148

deps/ledger-secure-sdk

Submodule ledger-secure-sdk updated 60 files

0 commit comments

Comments
 (0)