mirror of https://github.com/status-im/evmc.git
EVM-C: Add todo comment
This commit is contained in:
parent
9f17c2c92c
commit
7cd132b02d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue