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:
parent
c5aa1a0c69
commit
840e422f2b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user