Fix compilation warnings

This commit is contained in:
Alexandre Paillier
2023-05-16 11:42:31 +02:00
parent 3810cbd852
commit 4cce06ca2c
4 changed files with 8 additions and 8 deletions
+1 -1
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;
}