Merge :gerard: review feedbacks

This commit is contained in:
BTChip github
2020-11-25 10:04:36 +01:00
committed by TamtamHero
parent d43f7f6698
commit 7f0bad329b
3 changed files with 3 additions and 5 deletions

View File

@@ -5,8 +5,6 @@
void handleSetEth2WithdrawalIndex(uint8_t p1, uint8_t p2, uint8_t *dataBuffer, uint16_t dataLength, unsigned int *flags, unsigned int *tx) {
UNUSED(dataLength);
if (dataLength != 4) {
THROW(0x6700);
}