diff --git a/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c b/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c index 24d528f..9a03986 100644 --- a/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c +++ b/src_features/setEth2WithdrawalIndex/cmd_setEth2WithdrawalIndex.c @@ -20,7 +20,7 @@ void handleSetEth2WithdrawalIndex(uint8_t p1, eth2WithdrawalIndex = U4BE(dataBuffer, 0); if (eth2WithdrawalIndex > INDEX_MAX) { - THROW(0x6A80); // scott throw this error code or create new one ? + THROW(0x6A80); // scott throw this error code or create new one ? } THROW(0x9000);