mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
fix new test
This commit is contained in:
parent
de1625ddf5
commit
88357fb76a
1 changed files with 4 additions and 2 deletions
|
|
@ -58,7 +58,8 @@
|
|||
"from": "0x877bd459c9b7d8576b44e59e09d076c25946f443",
|
||||
"value": "0x0",
|
||||
"gas": "0x19ee4",
|
||||
"init": "0x5a600055600060006000f0505a60015500"
|
||||
"init": "0x5a600055600060006000f0505a60015500",
|
||||
"creationMethod": "create"
|
||||
},
|
||||
"error": "Out of gas",
|
||||
"traceAddress": [],
|
||||
|
|
@ -74,7 +75,8 @@
|
|||
"from": "0x9c5cfe45b15eaff4ad617af4250189e26024a4f8",
|
||||
"value": "0x0",
|
||||
"gas": "0x3cb",
|
||||
"init": "0x"
|
||||
"init": "0x",
|
||||
"creationMethod": "create"
|
||||
},
|
||||
"result": {
|
||||
"gasUsed": "0x0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue