Skip to content

Commit 714882b

Browse files
committed
fix: fixed conformity test
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 0ff4709 commit 714882b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tests/acceptance/data/conformity/overwrites/eth_estimateGas/estimate-simple-transfer.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// Reason for override:
33
// The expected result has been overwritten to match the behavior of the current Hedera implementation.
44

5-
>> {"jsonrpc":"2.0","id":1,"method":"eth_estimateGas","params":[{"from":"0xaa00000000000000000000000000000000000000","to":"0x0100000000000000000000000000000000000000"}]}
5+
>> {"jsonrpc":"2.0","id":1,"method":"eth_estimateGas","params":[{"from":"0xaa00000000000000000000000000000000000000","to":"0x0100000000000000000000000000000000000000", "value": "0x0"}]}
66
<< {"jsonrpc":"2.0","id":1,"result":"0x592c"}

0 commit comments

Comments
 (0)