Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston committed Jun 29, 2019
1 parent 4a79a74 commit dc0ca73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="container">
<div class="row">
<div class="column" style="margin-top: 25%">
<h4>fetch-balance example</h4>
<h4>fetch-balance example | <a href="/wallets.php">wallets example</a></h4>
<form method="GET">
<div class="row">
<div class="columns">
Expand Down
2 changes: 1 addition & 1 deletion examples/wallets.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<?php foreach ($results as $result) : ?>
<tr>
<td><?php echo $result['name'] ?></td>
<td><a href="https://metawat.ch/address/<?php echo $result['addr'] ?>"><?php echo $result['addr'] ?></a></td>
<td><a href="https://metawat.ch/address/<?php echo $result['addr'] ?>" target="_blank"><?php echo $result['addr'] ?></a></td>
<td><?php echo $result['balance'] ?></td>
<td><?php echo $result['delegated'] ?></td>
</tr>
Expand Down

0 comments on commit dc0ca73

Please sign in to comment.