public GenerateCoinsFastDateTimeProvider(Signals.Signals signals) { this.adjustedTimeOffset = TimeSpan.Zero; this.startFrom = new DateTime(2018, 1, 1); signals.SubscribeForBlocksConnected(this); }
public InterceptBlockConnected(Signals.Signals signals, Func <ChainedHeaderBlock, bool> interceptor) { signals.SubscribeForBlocksConnected(this); this.interceptor = interceptor; }
public GenerateCoinsFastDateTimeProvider(Signals.Signals signals) { signals.SubscribeForBlocksConnected(this); }