fixes missing block increment which prevents loading large dbs
This commit is contained in:
@ -84,6 +84,7 @@ class TxStream extends AbstractTxStream {
|
||||
int blockid = 0;
|
||||
for (byte[] bs : chunks) {
|
||||
loader.parseTx(this, blockid, bs);
|
||||
blockid++;
|
||||
}
|
||||
} catch (InputFormatException e) {
|
||||
} catch (IOException e) {
|
||||
|
Reference in New Issue
Block a user