Update some prototypes to use chainId value instead of chainConfig structure

This commit is contained in:
TamtamHero
2021-08-30 11:02:55 +02:00
parent 3e25f04d05
commit 0d45d2e2d0
10 changed files with 27 additions and 33 deletions

View File

@@ -216,7 +216,7 @@ void erc20_plugin_call(int message, void *parameters) {
msg->msg,
msg->msgLength,
msg->pluginSharedRW->sha3,
chainConfig);
chainConfig->chainId);
}
msg->result = ETH_PLUGIN_RESULT_OK;