Ejemplo n.º 1
0
 @Override
 protected StoredBlock getStoredBlockInCurrentScope(Sha256Hash hash) throws BlockStoreException {
   checkState(lock.isLocked());
   return blockStore.getOnceUndoableStoredBlock(hash);
 }