recieved -> received

pull/848/head
Luke Imhoff 6 years ago
parent 7cf137a4ba
commit 23406f6655
  1. 2
      apps/explorer/lib/explorer/chain/token_transfer.ex

@ -35,7 +35,7 @@ defmodule Explorer.Chain.TokenTransfer do
* `:amount` - The token transferred amount
* `:from_address` - The `t:Explorer.Chain.Address.t/0` that sent the tokens
* `:from_address_hash` - Address hash foreign key
* `:to_address` - The `t:Explorer.Chain.Address.t/0` that recieved the tokens
* `:to_address` - The `t:Explorer.Chain.Address.t/0` that received the tokens
* `:to_address_hash` - Address hash foreign key
* `:token_contract_address` - The `t:Explorer.Chain.Address.t/0` of the token's contract.
* `:token_contract_address_hash` - Address hash foreign key

Loading…
Cancel
Save