Ethreums -> Ethereum

pull/848/head
Luke Imhoff 6 years ago
parent 6dbb511700
commit 480300b542
  1. 2
      apps/ethereum_jsonrpc/lib/ethereum_jsonrpc.ex
  2. 2
      apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/web_socket.ex

@ -340,7 +340,7 @@ defmodule EthereumJSONRPC do
| Message | Description |
|-----------------------------------------------------------------------------------|----------------------------------------|
| `{EthereumJSONRPC.Subscription.t(), {:ok, EthreumsJSONRPC.Transport.result.t()}}` | New result in subscription |
| `{EthereumJSONRPC.Subscription.t(), {:ok, EthereumJSONRPC.Transport.result.t()}}` | New result in subscription |
| `{EthereumJSONRPC.Subscription.t(), {:error, reason :: term()}}` | There was an error in the subscription |
Subscription can be canceled by calling `unsubscribe/1` with the returned `t:EthereumJSONRPC.Subscription.t/0`.

@ -63,7 +63,7 @@ defmodule EthereumJSONRPC.WebSocket do
| Message | Description |
|-----------------------------------------------------------------------------------|----------------------------------------|
| `{EthereumJSONRPC.Subscription.t(), {:ok, EthreumsJSONRPC.Transport.result.t()}}` | New result in subscription |
| `{EthereumJSONRPC.Subscription.t(), {:ok, EthereumJSONRPC.Transport.result.t()}}` | New result in subscription |
| `{EthereumJSONRPC.Subscription.t(), {:error, reason :: term()}}` | There was an error in the subscription |
Subscription can be canceled by calling `unsubscribe/1` with the returned `t:EthereumJSONRPC.Subscription.t/0`.

Loading…
Cancel
Save