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

SPVBlockStore: Fix JavaDoc param.

This commit is contained in:
Andreas Schildbach 2018-05-01 23:03:40 +02:00
parent aaa5262ef4
commit fb33e72ad2

View File

@ -95,7 +95,7 @@ public class SPVBlockStore implements BlockStore {
* it's missing. This operation will block on disk.
* @param file file to use for the block store
* @param capacity custom capacity in number of block headers
* @param wether or not to migrate an existing block store of different capacity
* @param grow wether or not to migrate an existing block store of different capacity
* @throws BlockStoreException if something goes wrong
*/
public SPVBlockStore(NetworkParameters params, File file, int capacity, boolean grow) throws BlockStoreException {