Skip to content

Commit e9f1c83

Browse files
committed
cleanup
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 8461f91 commit e9f1c83

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

cmd/evm/internal/t8ntool/transition.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ func Transition(ctx *cli.Context) error {
163163
)
164164
// Figure out the prestate alloc
165165
if allocStr == stdinSelector || vktStr == stdinSelector || envStr == stdinSelector || txStr == stdinSelector {
166-
// f, _ := os.Open("/home/ignacio/code/execution-spec-tests/fxtest/shanghai__eip3855_push0__test_push0__test_push0_contract_during_call_contexts/fork_EIP6800Transition_blockchain_test_call/0/stdin.txt")
167-
// decoder := json.NewDecoder(f)
168166
decoder := json.NewDecoder(os.Stdin)
169167
if err := decoder.Decode(inputData); err != nil {
170168
return NewError(ErrorJson, fmt.Errorf("failed unmarshaling stdin: %v", err))

cmd/evm/witness.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)