|
|
|
@ -158,7 +158,7 @@ defmodule BlockScoutWeb.TransactionController do |
|
|
|
|
"show_token_transfers.html", |
|
|
|
|
exchange_rate: Market.get_exchange_rate(Explorer.coin()) || Token.null(), |
|
|
|
|
block_height: Chain.block_height(), |
|
|
|
|
current_path: current_path(conn), |
|
|
|
|
current_path: Controller.current_full_path(conn), |
|
|
|
|
show_token_transfers: true, |
|
|
|
|
transaction: transaction |
|
|
|
|
) |
|
|
|
@ -187,7 +187,7 @@ defmodule BlockScoutWeb.TransactionController do |
|
|
|
|
conn, |
|
|
|
|
"show_internal_transactions.html", |
|
|
|
|
exchange_rate: Market.get_exchange_rate(Explorer.coin()) || Token.null(), |
|
|
|
|
current_path: current_path(conn), |
|
|
|
|
current_path: Controller.current_full_path(conn), |
|
|
|
|
block_height: Chain.block_height(), |
|
|
|
|
show_token_transfers: Chain.transaction_has_token_transfers?(transaction_hash), |
|
|
|
|
transaction: transaction |
|
|
|
|