mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
LevelDBFullPrunedBlockStore: Fix typo in exception message.
This commit is contained in:
committed by
Andreas Schildbach
parent
6b79d5e43b
commit
b9adef2719
@@ -317,7 +317,7 @@ public class LevelDBFullPrunedBlockStore implements FullPrunedBlockStore {
|
|||||||
this.verifiedChainHeadBlock = get(hash);
|
this.verifiedChainHeadBlock = get(hash);
|
||||||
this.verifiedChainHeadHash = hash;
|
this.verifiedChainHeadHash = hash;
|
||||||
if (this.verifiedChainHeadBlock == null) {
|
if (this.verifiedChainHeadBlock == null) {
|
||||||
throw new BlockStoreException("corrupt databse block store - verified head block not found");
|
throw new BlockStoreException("corrupt database block store - verified head block not found");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user