Fix typos

This commit is contained in:
nicolas.dorier 2017-10-15 15:32:53 +09:00
parent a7e10c0fb9
commit 8f723d7131
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ namespace BTCPayServer.Controllers
m.Confirmations = (await _Explorer.GetTransactionAsync(payment.Outpoint.Hash))?.Confirmations ?? 0;
m.TransactionId = payment.Outpoint.Hash.ToString();
m.ReceivedTime = payment.ReceivedTime;
m.TransactionLink = _Network == Network.Main ? $"https://www.smartbit.com.au/tx/{m.TransactionId}" : $"https://testnet.smartbit.com.au/{m.TransactionId}";
m.TransactionLink = _Network == Network.Main ? $"https://www.smartbit.com.au/tx/{m.TransactionId}" : $"https://testnet.smartbit.com.au/tx/{m.TransactionId}";
return m;
})
.ToArray();

View file

@ -66,7 +66,7 @@
<td>xpub-[p2sh]</td>
</tr>
<tr>
<td>P2SH</td>
<td>P2PKH</td>
<td>xpub-[legacy]</td>
</tr>
<tr>