|
|
@ -164,6 +164,7 @@ defmodule BlockScoutWeb.TransactionController do |
|
|
|
exchange_rate: Market.get_exchange_rate(Explorer.coin()) || Token.null(), |
|
|
|
exchange_rate: Market.get_exchange_rate(Explorer.coin()) || Token.null(), |
|
|
|
block_height: Chain.block_height(), |
|
|
|
block_height: Chain.block_height(), |
|
|
|
current_path: Controller.current_full_path(conn), |
|
|
|
current_path: Controller.current_full_path(conn), |
|
|
|
|
|
|
|
current_user: current_user(conn), |
|
|
|
show_token_transfers: true, |
|
|
|
show_token_transfers: true, |
|
|
|
transaction: transaction, |
|
|
|
transaction: transaction, |
|
|
|
from_tags: get_address_tags(transaction.from_address_hash, current_user(conn)), |
|
|
|
from_tags: get_address_tags(transaction.from_address_hash, current_user(conn)), |
|
|
@ -200,6 +201,7 @@ defmodule BlockScoutWeb.TransactionController do |
|
|
|
"show_internal_transactions.html", |
|
|
|
"show_internal_transactions.html", |
|
|
|
exchange_rate: Market.get_exchange_rate(Explorer.coin()) || Token.null(), |
|
|
|
exchange_rate: Market.get_exchange_rate(Explorer.coin()) || Token.null(), |
|
|
|
current_path: Controller.current_full_path(conn), |
|
|
|
current_path: Controller.current_full_path(conn), |
|
|
|
|
|
|
|
current_user: current_user(conn), |
|
|
|
block_height: Chain.block_height(), |
|
|
|
block_height: Chain.block_height(), |
|
|
|
show_token_transfers: Chain.transaction_has_token_transfers?(transaction_hash), |
|
|
|
show_token_transfers: Chain.transaction_has_token_transfers?(transaction_hash), |
|
|
|
transaction: transaction, |
|
|
|
transaction: transaction, |
|
|
|