Merge error fix
This commit is contained in:
		
							parent
							
								
									2c59992d3f
								
							
						
					
					
						commit
						213800f563
					
				| @ -35,10 +35,10 @@ export class SearchFormComponent implements OnInit { | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   regexAddress = /^([a-km-zA-HJ-NP-Z1-9]{26,35}|[a-km-zA-HJ-NP-Z1-9]{80}|[A-z]{2,5}1[a-zA-HJ-NP-Z0-9]{39,59})$/; |   regexAddress = getRegex('address', 'mainnet'); // Default to mainnet
 | ||||||
|   regexBlockhash = /^[0]{8}[a-fA-F0-9]{56}$/; |   regexBlockhash = getRegex('blockhash'); | ||||||
|   regexTransaction = /^([a-fA-F0-9]{64})(:\d+)?$/; |   regexTransaction = getRegex('transaction'); | ||||||
|   regexBlockheight = /^[0-9]{1,9}$/; |   regexBlockheight = getRegex('blockheight'); | ||||||
| 
 | 
 | ||||||
|   focus$ = new Subject<string>(); |   focus$ = new Subject<string>(); | ||||||
|   click$ = new Subject<string>(); |   click$ = new Subject<string>(); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user