diff --git a/core/state/state_object.go b/core/state/state_object.go index aea0d798a2..c4b5b16928 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -94,6 +94,9 @@ type Account struct { Balance *big.Int Root common.Hash // merkle root of the storage trie CodeHash []byte + + // TODO(fjl): track code size here to get it into the cache + // codeSize int } // NewObject creates a state object.