Implement CREATE using evm_call() function form EVM-C API

This commit is contained in:
Paweł Bylica 2016-07-15 16:04:44 +02:00
parent 9869772ad7
commit a7bfe3d201

View File

@ -59,9 +59,8 @@ struct evm_bytes_view {
size_t size; ///< The memory size.
};
enum {
EVM_EXCEPTION = INT64_MIN, ///< The execution ended with an exception.
};
#define EVM_EXCEPTION INT64_MIN ///< The execution ended with an exception.
/// Complex struct representing execution result.
struct evm_result {