From 076d12d905af63ddc2297269bf0f5a009cc66ba0 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Tue, 2 Oct 2018 12:32:37 -0500 Subject: [PATCH] quanity -> quantity --- apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex b/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex index 6021d8309f..b5725411e1 100644 --- a/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex +++ b/apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex @@ -16,7 +16,7 @@ defmodule EthereumJSONRPC.Receipt do * `"contractAddress"` - The contract `t:EthereumJSONRPC.address/0` created, if the transaction was a contract creation, otherwise `nil`. * `"blockHash"` - `t:EthereumJSONRPC.hash/0` of the block where `"transactionHash"` was in. - * `"blockNumber"` - The block number `t:EthereumJSONRPC.quanity/0`. + * `"blockNumber"` - The block number `t:EthereumJSONRPC.quantity/0`. * `"cumulativeGasUsed"` - `t:EthereumJSONRPC.quantity/0` of gas used when this transaction was executed in the block. * `"from"` - The `EthereumJSONRPC.Transaction.t/0` `"from"` address hash. **Geth-only.**