mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00:00
AbstractBlockChain: Replace mention of BOBS in class javadoc with SPVBlockChain.
This commit is contained in:
parent
aaa71c0811
commit
d316cf316f
@ -44,7 +44,7 @@ import static com.google.common.base.Preconditions.*;
|
||||
* <p>An AbstractBlockChain implementation must be connected to a {@link BlockStore} implementation. The chain object
|
||||
* by itself doesn't store any data, that's delegated to the store. Which store you use is a decision best made by
|
||||
* reading the getting started guide, but briefly, fully validating block chains need fully validating stores. In
|
||||
* the lightweight SPV mode, a {@link com.google.bitcoin.store.BoundedOverheadBlockStore} may be a good choice.</p>
|
||||
* the lightweight SPV mode, a {@link com.google.bitcoin.store.SPVBlockStore} is the right choice.</p>
|
||||
*
|
||||
* <p>This class implements an abstract class which makes it simple to create a BlockChain that does/doesn't do full
|
||||
* verification. It verifies headers and is implements most of what is required to implement SPV mode, but
|
||||
|
Loading…
Reference in New Issue
Block a user