feat: check ca changeable

This commit is contained in:
joeycli 2024-08-20 09:01:18 +08:00
parent ea76d5f359
commit a1d4b06707

@ -357,6 +357,9 @@ func (s *stateObject) updateTrie() (Trie, error) {
if !s.IsContractAccount() {
return s.trie, nil
}
if !s.IsAccountChanged() {
return s.trie, nil
}
}
} else {
// Short circuit if nothing changed, don't bother with hashing anything