core/state: add note about code size caching

This commit is contained in:
Felix Lange 2016-09-23 03:46:03 +02:00 committed by Péter Szilágyi
parent 8ecd29b4de
commit 0ff5f9034e

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.