mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
testdata: fix tests for new error message
This commit is contained in:
parent
df98ba391a
commit
6a4bf5d697
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
"value": "0x0"
|
"value": "0x0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"error": "invalid jump destination (PUSH1) 0",
|
"error": "evm: invalid jump destination",
|
||||||
"from": "0xe4a13bc304682a903e9472f469c33801dd18d9e8",
|
"from": "0xe4a13bc304682a903e9472f469c33801dd18d9e8",
|
||||||
"gas": "0x435c8",
|
"gas": "0x435c8",
|
||||||
"gasUsed": "0x435c8",
|
"gasUsed": "0x435c8",
|
||||||
|
|
|
||||||
2
eth/tracers/testdata/call_tracer_throw.json
vendored
2
eth/tracers/testdata/call_tracer_throw.json
vendored
|
|
@ -50,7 +50,7 @@
|
||||||
},
|
},
|
||||||
"input": "0xf88b8206668504a817c8008303d09094c212e03b9e060e36facad5fd8f4435412ca22e6b80a451a34eb8000000000000000000000000000000000000000000000027fad02094277c000029a0692a3b4e7b2842f8dd7832e712c21e09f451f416c8976d5b8d02e8c0c2b4bea9a07645e90fc421b63dd755767fd93d3c03b4ec0c4d8fafa059558d08cf11d59750",
|
"input": "0xf88b8206668504a817c8008303d09094c212e03b9e060e36facad5fd8f4435412ca22e6b80a451a34eb8000000000000000000000000000000000000000000000027fad02094277c000029a0692a3b4e7b2842f8dd7832e712c21e09f451f416c8976d5b8d02e8c0c2b4bea9a07645e90fc421b63dd755767fd93d3c03b4ec0c4d8fafa059558d08cf11d59750",
|
||||||
"result": {
|
"result": {
|
||||||
"error": "invalid jump destination (PUSH1) 2",
|
"error": "evm: invalid jump destination",
|
||||||
"from": "0x70c9217d814985faef62b124420f8dfbddd96433",
|
"from": "0x70c9217d814985faef62b124420f8dfbddd96433",
|
||||||
"gas": "0x37b38",
|
"gas": "0x37b38",
|
||||||
"gasUsed": "0x37b38",
|
"gasUsed": "0x37b38",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue