From 5a4d9c35fa22b195a66bde395bb7a46c626f82e3 Mon Sep 17 00:00:00 2001 From: Viktor Baranov Date: Fri, 7 Jul 2023 15:22:37 +0300 Subject: [PATCH] Fix ethereum_jsonrpc tests --- apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/transaction.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/transaction.ex b/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/transaction.ex index f81ba9d4ac..b538612cb4 100644 --- a/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/transaction.ex +++ b/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/transaction.ex @@ -135,6 +135,7 @@ defmodule EthereumJSONRPC.Transaction do %{ block_hash: nil, block_number: nil, + gas_price: nil, from_address_hash: "0x870006d72c247bc1e90983c71b3234ee01d3c9d9", gas: 182154, hash: "0x8d2cd1fae48ea0d2a20bb74abbfca05c2d805793e1b42fa844bbdd90f2512f39",