Skip to content

Commit

Permalink
Fix failing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Apr 1, 2023
1 parent 70d0225 commit 379b9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/eth.sendTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ var tests = [{
to: "0xdbdbdb2cbd23b783741e8d7fcf51e459b497e4a6",
value: "0x11f71f76bb1",
gasPrice: "0x4b7dddc97a",
type: '0x1'
type: '0x1',
accessList: []
}],
result: '0x1234567',
formattedResult: '0x1234567',
Expand Down

0 comments on commit 379b9b1

Please sign in to comment.