mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
core/state: add note about code size caching
This commit is contained in:
parent
8ecd29b4de
commit
0ff5f9034e
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue