clang-format

This commit is contained in:
pscott
2021-04-22 14:05:39 +02:00
parent 31ad5e3431
commit 3fd3b2e46d

View File

@@ -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);