mirror of https://github.com/status-im/evmc.git
EVM-C: Remove out-dated comment
This commit is contained in:
parent
bbd5f0d34e
commit
33721bd71f
|
@ -48,7 +48,6 @@ struct evm_uint256be {
|
|||
};
|
||||
|
||||
/// Big-endian 160-bit hash suitable for keeping an Ethereum address.
|
||||
/// TODO: Rename to "address".
|
||||
struct evm_address {
|
||||
/// The 20 bytes of the hash.
|
||||
uint8_t bytes[20];
|
||||
|
|
Loading…
Reference in New Issue