3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 19:55:51 +00:00

TransactionConfidence: Fix typo in JavaDoc.

This commit is contained in:
Oscar Guindzberg 2019-04-26 12:32:05 -03:00 committed by Andreas Schildbach
parent c5aa1a0c69
commit 840e422f2b

View File

@ -48,7 +48,7 @@ import static com.google.common.base.Preconditions.*;
* <li>Receiving it from multiple peers on the network. If your network connection is not being intercepted,
* hearing about a transaction from multiple peers indicates the network has accepted the transaction and
* thus miners likely have too (miners have the final say in whether a transaction becomes valid or not).</li>
* <li>Seeing the transaction appear appear in a block on the best chain. Your confidence increases as the transaction
* <li>Seeing the transaction appear in a block on the best chain. Your confidence increases as the transaction
* becomes further buried under work. Work can be measured either in blocks (roughly, units of time), or
* amount of work done.</li>
* </ul>