@@ -21,16 +21,6 @@ export class EthereumService extends Service {
2121 public synchronizer : any
2222
2323 /**
24- <<<<<<< HEAD
25- * Create new ETH service
26- * @param {Object } options constructor parameters
27- * @param {Config } [options.config] Client configuration
28- * @param {Chain } [options.chain] blockchain
29- * @param {LevelDB } [options.db=null] blockchain database
30- * @param {number } [options.timeout] protocol timeout
31- * @param {number } [options.interval] sync retry interval
32- */
33- = = === ==
3424 * Create new ETH service
3525 * @param {Object } options constructor parameters
3626 * @param {Config } [options.config] Client configuration
@@ -39,23 +29,17 @@ export class EthereumService extends Service {
3929 * @param {number } [options.timeout] protocol timeout
4030 * @param {number } [options.interval] sync retry interval
4131 */
42- >>> >>> > Config - > syncmode , minPeers , maxPeers : horizontal integration
4332 constructor ( options ?: any ) {
4433 options = { ...defaultOptions , ...options }
4534 super ( options )
4635
4736 this . flow = new FlowControl ( options )
48- << < < < << HEAD
4937 this . chain = options . chain ?? new Chain ( options )
50- === = ===
51- this . chain = options . chain || new Chain ( options )
52- >>> > >>> Config - > syncmode , minPeers , maxPeers : horizontal integration
5338 this . interval = options . interval
5439 this . timeout = options . timeout
5540 this . synchronizer = null
5641 }
5742
58-
5943 /**
6044 * Service name
6145 * @protected
0 commit comments