mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00:00
Fix typo
This commit is contained in:
parent
1542a88b5f
commit
1b26034506
@ -22,7 +22,7 @@ import org.bitcoinj.core.*;
|
|||||||
/**
|
/**
|
||||||
* <p>An implementor of FullPrunedBlockStore saves StoredBlock objects to some storage mechanism.</p>
|
* <p>An implementor of FullPrunedBlockStore saves StoredBlock objects to some storage mechanism.</p>
|
||||||
*
|
*
|
||||||
* <p>In addition to keeping tack of a chain using {@link StoredBlock}s, it should also keep track of a second
|
* <p>In addition to keeping track of a chain using {@link StoredBlock}s, it should also keep track of a second
|
||||||
* copy of the chain which holds {@link StoredUndoableBlock}s. In this way, an application can perform a
|
* copy of the chain which holds {@link StoredUndoableBlock}s. In this way, an application can perform a
|
||||||
* headers-only initial sync and then use that information to more efficiently download a locally verified
|
* headers-only initial sync and then use that information to more efficiently download a locally verified
|
||||||
* full copy of the block chain.</p>
|
* full copy of the block chain.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user