voucher-data #138
@ -77,9 +77,6 @@ func MatchVoucher(input, symbols, balances, decimals, addresses string) (symbol,
 | 
			
		||||
 | 
			
		||||
	for i, sym := range symList {
 | 
			
		||||
		parts := strings.SplitN(sym, ":", 2)
 | 
			
		||||
		if len(parts) != 2 {
 | 
			
		||||
			continue
 | 
			
		||||
		}
 | 
			
		||||
	
 | 
			
		||||
		if input == parts[0] || strings.EqualFold(input, parts[1]) {
 | 
			
		||||
			symbol = parts[1]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user