From 5c5c7087af8f2b5d00ca5077803beea59dd8ddda Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 22 Aug 2016 11:44:50 +0100 Subject: [PATCH] EVM-C: use evm_variant::data for EVM_CODE_BY_ADDRESS so that Doxygen picks it up correctly --- include/evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evm.h b/include/evm.h index 2040b7e..98e4cb8 100644 --- a/include/evm.h +++ b/include/evm.h @@ -157,7 +157,7 @@ union evm_variant { /// ::EVM_GAS_LIMIT | | evm_variant::uint256 /// ::EVM_NUMBER | | evm_variant::int64? /// ::EVM_TIMESTAMP | | evm_variant::int64? -/// ::EVM_CODE_BY_ADDRESS | evm_variant::address | evm_variant::bytes +/// ::EVM_CODE_BY_ADDRESS | evm_variant::address | evm_variant::data /// ::EVM_BALANCE | evm_variant::address | evm_variant::uint256 /// ::EVM_BLOCKHASH | evm_variant::int64 | evm_variant::hash256 /// ::EVM_SLOAD | evm_variant::uint256 | evm_variant::uint256?