Set missing websocket init data
This commit is contained in:
		
							parent
							
								
									b03f2185ce
								
							
						
					
					
						commit
						565336df21
					
				| @ -236,7 +236,7 @@ class WebsocketHandler { | ||||
|           } | ||||
| 
 | ||||
|           if (parsedMessage.action === 'init') { | ||||
|             if (!this.socketData['blocks']?.length || !this.socketData['da']) { | ||||
|             if (!this.socketData['blocks']?.length || !this.socketData['da'] || !this.socketData['backendInfo'] || !this.socketData['conversions']) { | ||||
|               this.updateSocketData(); | ||||
|             } | ||||
|             if (!this.socketData['blocks']?.length) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user