@Override
 protected StoredBlock getStoredBlockInCurrentScope(Sha256Hash hash) throws BlockStoreException {
   checkState(lock.isHeldByCurrentThread());
   return blockStore.getOnceUndoableStoredBlock(hash);
 }