add-space-after-colon #211
@ -1895,9 +1895,9 @@ func (h *Handlers) GetTransactionsList(ctx context.Context, sym string, input []
 | 
			
		||||
		value := strings.TrimSpace(values[i])
 | 
			
		||||
		date := strings.Split(strings.TrimSpace(dates[i]), " ")[0]
 | 
			
		||||
 | 
			
		||||
		status := "received"
 | 
			
		||||
		status := "Received"
 | 
			
		||||
		if sender == string(publicKey) {
 | 
			
		||||
			status = "sent"
 | 
			
		||||
			status = "Sent"
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		formattedTransactions = append(formattedTransactions, fmt.Sprintf("%d: %s %s %s %s", i+1, status, value, sym, date))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user