Use HashArgs for eth_getTransactionByHash
This commit is contained in:
		| @@ -192,8 +192,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err | |||||||
|  |  | ||||||
| 		*reply = br | 		*reply = br | ||||||
| 	case "eth_getTransactionByHash": | 	case "eth_getTransactionByHash": | ||||||
| 		// HashIndexArgs used, but only the "Hash" part we need. | 		args := new(HashArgs) | ||||||
| 		args := new(HashIndexArgs) |  | ||||||
| 		if err := json.Unmarshal(req.Params, &args); err != nil { | 		if err := json.Unmarshal(req.Params, &args); err != nil { | ||||||
| 		} | 		} | ||||||
| 		tx, bhash, bnum, txi := api.xeth().EthTransactionByHash(args.Hash) | 		tx, bhash, bnum, txi := api.xeth().EthTransactionByHash(args.Hash) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user