Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Junghyun Colin Kim authored and KimKyungup committed Apr 27, 2020
1 parent 7b03539 commit 7963873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"input": "0x",
"to": "0x33056b5dcac09a9b4becad0e1dcf92c19bd0af76",
"type": "CALL",
"value": "0xe92596fd6290000"
"value": "0xe92596fd6290000",
"reverted":{"contract":"0x33056b5dcac09a9b4becad0e1dcf92c19bd0af76"}
}
}
5 changes: 4 additions & 1 deletion node/cn/tracers/testdata/call_tracer_revert.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"input": "0x73b40a5c000000000000000000000000400de2e016bda6577407dfc379faba9899bc73ef0000000000000000000000002cc31912b2b0f3075a87b3640923d45a26cef3ee000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000064d79d8e6c7265636f76657279416464726573730000000000000000000000000000000000000000000000000000000000383e3ec32dc0f66d8fe60dbdc2f6815bdf73a988383e3ec32dc0f66d8fe60dbdc2f6815bdf73a98800000000000000000000000000000000000000000000000000000000000000000000000000000000",
"to": "0xabbcd5b340c80b5f1c0545c04c987b87310296ae",
"type": "CALL",
"value": "0x0"
"value": "0x0",
"reverted": {
"contract": "0xabbcd5b340c80b5f1c0545c04c987b87310296ae"
}
}
}

0 comments on commit 7963873

Please sign in to comment.