core/state: add note about code size caching

This commit is contained in:
Felix Lange 2016-09-23 03:46:03 +02:00
parent 1c920578fb
commit 4fbcd9bff2

View file

@ -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.