EVM-C: Remove out-dated comment

This commit is contained in:
Paweł Bylica 2017-10-02 18:07:09 +02:00
parent bbd5f0d34e
commit 33721bd71f
1 changed files with 0 additions and 1 deletions

View File

@ -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];