Merge branch 'master' into master

pull/2201/head
maxgrapps 6 years ago committed by GitHub
commit c5854c61d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/ethereum_jsonrpc/test/ethereum_jsonrpc_test.exs

@ -57,7 +57,7 @@ defmodule EthereumJSONRPCTest do
"invalid argument 0: json: cannot unmarshal hex string of odd length into Go value of type common.Address"
EthereumJSONRPC.Parity ->
"Invalid params: invalid length 1, expected a 0x-prefixed, padded, hex-encoded hash with length 40."
"Invalid params: invalid length 1, expected a 0x-prefixed hex string with length of 40."
_ ->
raise ArgumentError, "Unsupported variant (#{variant}})"

Loading…
Cancel
Save