|
|
|
@ -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 |
|
|
|
|