EVM-C: mark evm_hash160 big-endian

This commit is contained in:
Alex Beregszaszi 2016-08-22 18:26:37 +01:00
parent 9c3ff6d4b3
commit 8ae6f4eae6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ struct evm_uint256 {
uint64_t words[4];
};
/// 160-bit hash suitable for keeping an Ethereum address.
/// Big-endian 160-bit hash suitable for keeping an Ethereum address.
struct evm_hash160 {
/// The 20 bytes of the hash.
uint8_t bytes[20];