Fix unnecessary request of blocks on dashboard load
This commit is contained in:
		
							parent
							
								
									1b21cd89a3
								
							
						
					
					
						commit
						8822c0972f
					
				| @ -24,7 +24,7 @@ export class StartComponent implements OnInit, AfterViewChecked, OnDestroy { | ||||
|   timeLtrSubscription: Subscription; | ||||
|   timeLtr: boolean = this.stateService.timeLtr.value; | ||||
|   chainTipSubscription: Subscription; | ||||
|   chainTip: number = 100; | ||||
|   chainTip: number = -1; | ||||
|   tipIsSet: boolean = false; | ||||
|   lastMark: MarkBlockState; | ||||
|   markBlockSubscription: Subscription; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user