Skip to content

Commit

Permalink
change to contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Mar 2, 2022
1 parent 32e6bdb commit f9b2b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3><i class="fas fa-receipt"></i>&nbsp;&nbsp;Smart Contract Transaction Details
<span><a [routerLink]="['../../contract-address', transaction.toAddress, transaction.fromAddress ]">{{transaction.fromAddress}}</a></span>
</div>
<div *ngIf="transaction.toAddress">
<span>To Address</span>
<span>Contract Address</span>
<span><a [routerLink]="['../../contract-address', transaction.toAddress]">{{transaction.toAddress}}</a></span>
</div>
<div *ngIf="transaction.newContractAddress">
Expand Down

0 comments on commit f9b2b12

Please sign in to comment.