diff --git a/src_plugins/eth2/eth2_plugin.c b/src_plugins/eth2/eth2_plugin.c index 378bdc3..de8bac9 100644 --- a/src_plugins/eth2/eth2_plugin.c +++ b/src_plugins/eth2/eth2_plugin.c @@ -177,7 +177,9 @@ void eth2_plugin_call(int message, void *parameters) { if (eth2WithdrawalIndex > INDEX_MAX) { PRINTF("eth2 plugin: withdrawal index is too big\n"); PRINTF("Got %u which is higher than INDEX_MAX (%u)\n", - eth2WithdrawalIndex, INDEX_MAX); context->valid = 0; + eth2WithdrawalIndex, + INDEX_MAX); + context->valid = 0; } withdrawalKeyPath[2] = eth2WithdrawalIndex; withdrawalKeyPath[3] = WITHDRAWAL_KEY_PATH_4;