Fix accidental delegate variable character deletion

pull/162/head
Luke Imhoff 7 years ago
parent 7978c42e90
commit 785336f322
  1. 2
      apps/explorer_web/lib/explorer_web/views/address_transaction_view.ex

@ -15,6 +15,6 @@ defmodule ExplorerWeb.AddressTransactionView do
end
end
defdelegate status(transacton), to: TransactionView
defdelegate status(transaction), to: TransactionView
defdelegate to_address(transaction), to: TransactionView
end

Loading…
Cancel
Save