mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
TransactionConfidence: Fix typo in JavaDoc.
This commit is contained in:
parent
46195cd24e
commit
84a8446a2f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue