mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +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.verifiedChainHeadHash = hash;
|
||||
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