Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Oct 25, 2024
1 parent 8461f91 commit 9ca31e6
Showing 1 changed file with 0 additions and 2 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

0 comments on commit 9ca31e6

Please sign in to comment.