Skip to content

Commit

Permalink
add quick link
Browse files Browse the repository at this point in the history
  • Loading branch information
mingfunwong committed May 1, 2018
1 parent 4b245f4 commit 5beb7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<tbody>
<tr ng-repeat="x in items" title="{{ x.hex }}">
<td>{{ x.privateKey }}</td>
<td>{{ x.addressUnCompressed }}</td>
<td>{{ x.addressCompressed }}</td>
<td><a href="https://btc.com/{{ x.addressUnCompressed }}" target="_blank">{{ x.addressUnCompressed }}</a></td>
<td><a href="https://btc.com/{{ x.addressCompressed }}" target="_blank">{{ x.addressCompressed }}</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 5beb7e8

Please sign in to comment.