Fix propagationDelay being dropped for challenges
This commit is contained in:
		
							parent
							
								
									6dc711b880
								
							
						
					
					
						commit
						243105b2b4
					
				@ -183,6 +183,9 @@ P._normalizeChallenge = function(name, ch) {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        gch.get = wrappy(ch.get);
 | 
					        gch.get = wrappy(ch.get);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    if (ch.propagationDelay) {
 | 
				
			||||||
 | 
					        gch.propagationDelay = ch.propagationDelay;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return gch;
 | 
					    return gch;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user