pull/2149/head
Ayrat Badykov 6 years ago
parent 9064b72abe
commit ee0f704c5f
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 4
      apps/block_scout_web/lib/block_scout_web/controllers/pending_transaction_controller.ex

@ -51,9 +51,7 @@ defmodule BlockScoutWeb.PendingTransactionController do
end
def index(conn, _params) do
render(conn, "index.html",
current_path: current_path(conn)
)
render(conn, "index.html", current_path: current_path(conn))
end
defp get_pending_transactions_and_next_page(options) do

Loading…
Cancel
Save