Add end quotes
This commit is contained in:
		
							parent
							
								
									ac240398ef
								
							
						
					
					
						commit
						58b08f2c33
					
				@ -707,7 +707,7 @@ class Blocks {
 | 
			
		||||
      timer: null,
 | 
			
		||||
    };
 | 
			
		||||
    state.timer = setTimeout(() => {
 | 
			
		||||
      logger.err(`$updateBlocks stalled at "${state.progress}`);
 | 
			
		||||
      logger.err(`$updateBlocks stalled at "${state.progress}"`);
 | 
			
		||||
    }, this.mainLoopTimeout);
 | 
			
		||||
    return state;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@ -250,7 +250,7 @@ class Mempool {
 | 
			
		||||
      timer: null,
 | 
			
		||||
    };
 | 
			
		||||
    state.timer = setTimeout(() => {
 | 
			
		||||
      logger.err(`$updateMempool stalled at "${state.progress}`);
 | 
			
		||||
      logger.err(`$updateMempool stalled at "${state.progress}"`);
 | 
			
		||||
    }, this.mainLoopTimeout);
 | 
			
		||||
    return state;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user