mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
lint
This commit is contained in:
parent
d11a86f275
commit
d80a124a59
1 changed files with 0 additions and 1 deletions
|
|
@ -452,7 +452,6 @@ func (s *stateObject) commit(resolveCode bool) (*accountUpdate, *trienode.NodeSe
|
||||||
exists: true, // the code exists before the update
|
exists: true, // the code exists before the update
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
// Commit storage changes and the associated storage trie
|
// Commit storage changes and the associated storage trie
|
||||||
s.commitStorage(op)
|
s.commitStorage(op)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue