Exemplo n.º 1
0
 public override BlockAssembler Create(ChainedBlock chainTip, AssemblerOptions options = null)
 {
     return(new PowBlockAssembler(this.consensusLoop, this.network, this.mempoolLock, this.mempool, this.dateTimeProvider, chainTip, this.loggerFactory, options));
 }
Exemplo n.º 2
0
 public abstract BlockAssembler Create(ChainedBlock chainTip, AssemblerOptions options = null);