Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Oct 25, 2024
1 parent 8461f91 commit e9f1c83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
2 changes: 0 additions & 2 deletions cmd/evm/internal/t8ntool/transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ func Transition(ctx *cli.Context) error {
)
// Figure out the prestate alloc
if allocStr == stdinSelector || vktStr == stdinSelector || envStr == stdinSelector || txStr == stdinSelector {
// 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")
// decoder := json.NewDecoder(f)
decoder := json.NewDecoder(os.Stdin)
if err := decoder.Decode(inputData); err != nil {
return NewError(ErrorJson, fmt.Errorf("failed unmarshaling stdin: %v", err))
Expand Down
47 changes: 0 additions & 47 deletions cmd/evm/witness.json

This file was deleted.

0 comments on commit e9f1c83

Please sign in to comment.