mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
tests: remove comment about return data
This commit is contained in:
parent
79adb97327
commit
30602363ce
1 changed files with 0 additions and 1 deletions
|
|
@ -199,7 +199,6 @@ func (t *StateTest) Run(subtest StateSubtest, vmconfig vm.Config) error {
|
|||
if root != common.Hash(post.Root) {
|
||||
return fmt.Errorf("post state root mismatch: got %x, want %x", root, post.Root)
|
||||
}
|
||||
// TODO(fjl): check return data
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue