[rpc] replace go-ethereum/ethereum/rpc with harmony-one/harmony/eth/rpc (#3947)
* [rpc] fix some test cases * [rpc] last rpc test case fix * fix test casespull/3977/head
parent
5abe070ec6
commit
aa7ebc1f5d
@ -1,5 +1,5 @@ |
|||||||
// This test checks that an error is written for invalid JSON requests. |
// This test checks that an error is written for invalid JSON requests. |
||||||
|
|
||||||
--> 'f |
--> 'f |
||||||
<-- {"jsonrpc":"2.0","id":null,"error":{"code":-32700,"message":"json: invalid character \n as bool(false)"}} |
<-- {"jsonrpc":"2.0","id":null,"error":{"code":-32700,"message":"invalid character '\\'' looking for beginning of value"}} |
||||||
|
|
||||||
|
Loading…
Reference in new issue