Merge pull request #469 from LedgerHQ/fbe/display_amounts_when_ERR_SILENT_MODE_CHECK_FAILED
Add a PRINTF of amounts in ERR_SILENT_MODE_CHECK_FAILED
This commit is contained in:
@@ -473,6 +473,8 @@ void finalizeParsing(bool direct) {
|
|||||||
// Ensure the values are the same that the ones that have been previously validated
|
// Ensure the values are the same that the ones that have been previously validated
|
||||||
if (strcmp(strings.common.fullAmount, displayBuffer) != 0) {
|
if (strcmp(strings.common.fullAmount, displayBuffer) != 0) {
|
||||||
PRINTF("ERR_SILENT_MODE_CHECK_FAILED, amount check failed\n");
|
PRINTF("ERR_SILENT_MODE_CHECK_FAILED, amount check failed\n");
|
||||||
|
PRINTF("Expected %s\n", strings.common.fullAmount);
|
||||||
|
PRINTF("Received %s\n", displayBuffer);
|
||||||
THROW(ERR_SILENT_MODE_CHECK_FAILED);
|
THROW(ERR_SILENT_MODE_CHECK_FAILED);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user