Fix warnings for nanox sdk

This commit is contained in:
pscott
2021-03-24 16:32:08 +01:00
parent acdbb36b44
commit 9a798e3662
9 changed files with 21 additions and 14 deletions

View File

@@ -159,7 +159,7 @@ void compound_plugin_call(int message, void *parameters) {
case COMPOUND_MINT:
case CETH_MINT:
msg->result =
get_underlying_asset_decimals(context->ticker_1, &context->decimals)
get_underlying_asset_decimals((char *)&context->ticker_1, &context->decimals)
? ETH_PLUGIN_RESULT_OK
: ETH_PLUGIN_RESULT_FALLBACK;
break;