EVM-C: Add todo comment

This commit is contained in:
Paweł Bylica 2017-12-14 15:23:21 +01:00
parent 9f17c2c92c
commit 7cd132b02d
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ struct evm_result {
///
/// The memory containing the output data is owned by EVM and has to be
/// freed with evm_result::release().
///
/// @todo Inconsistent name: output_data vs msg.input.
uint8_t const* output_data;
/// The size of the output data.