Skip to content

Commit

Permalink
fix contract address on contract creation (blockscout#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-facs committed Oct 11, 2021
1 parent 2b60366 commit 4e222e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@
<% created_address_hash -> %>
[<%= gettext("Contract") %>&nbsp;
<%= link(
recipient_address_hash,
to: address_path(@conn, :show, recipient_address_hash)
created_address_hash,
to: address_path(@conn, :show, created_address_hash)
) %>
&nbsp;<%= gettext("created") %>]

<span class="float-right">
<%= render BlockScoutWeb.CommonComponentsView, "_btn_copy.html",
additional_classes: ["btn-copy-icon-small", "btn-copy-icon-custom", "btn-copy-icon-no-borders"],
clipboard_text: recipient_address_hash,
clipboard_text: created_address_hash,
aria_label: gettext("Copy To Address"),
title: gettext("Copy To Address") %>
</span>
Expand Down

0 comments on commit 4e222e1

Please sign in to comment.