Update state_hash to be concat of 2 hashes

This commit is contained in:
Paul Hauner
2018-07-09 17:13:04 +10:00
parent ca5e063806
commit 242318f7c2
2 changed files with 15 additions and 28 deletions

View File

@@ -10,4 +10,6 @@ pub type Blake2sDigest = H256;
pub type Address = H160;
pub type StateHash = [u8; 64];
pub type Bitfield = Vec<u8>;