204205206207208209210211212213214
} } public QuorumEngine(LedgerHandle lh){ this.lh = lh; this.opMonitor = new QuorumOpMonitor(lh); QuorumEngine.idCounter = 0; LOG.debug("Creating cbWorker"); this.cbWorker = ClientCBWorker.getInstance(); LOG.debug("Created cbWorker"); }