Remove trailing whitespaces
This commit is contained in:
@@ -61,7 +61,6 @@ void handle_check_address(check_address_parameters_t* params, chain_config_t* ch
|
|||||||
|
|
||||||
if ((strlen(locals_union1.address) != strlen(params->address_to_check + offset_0x)) ||
|
if ((strlen(locals_union1.address) != strlen(params->address_to_check + offset_0x)) ||
|
||||||
os_memcmp(locals_union1.address, params->address_to_check + offset_0x, strlen(locals_union1.address)) != 0) {
|
os_memcmp(locals_union1.address, params->address_to_check + offset_0x, strlen(locals_union1.address)) != 0) {
|
||||||
os_memcpy(params->address_to_check, locals_union1.address, 45);
|
|
||||||
PRINTF("Addresses doesn't match\n");
|
PRINTF("Addresses doesn't match\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user