Fix compilation warnings

This commit is contained in:
Alexandre Paillier
2023-04-04 17:12:58 +02:00
parent 3810cbd852
commit 4cce06ca2c
4 changed files with 8 additions and 8 deletions

View File

@@ -212,7 +212,7 @@ void eth2_plugin_call(int message, void *parameters) {
strlcpy(msg->title, "Validator", msg->titleLength);
strlcpy(msg->msg, context->deposit_address, msg->msgLength);
msg->result = ETH_PLUGIN_RESULT_OK;
}
} break;
default:
break;
}