| 2587 | } |
| 2588 | |
| 2589 | double CUpDownClient::GetScoreRatio() const |
| 2590 | { |
| 2591 | return credits ? credits->GetScoreRatio(GetIP(), theApp->CryptoAvailable()) : 0; |
| 2592 | } |
| 2593 | |
| 2594 | const wxString CUpDownClient::GetServerName() const |
| 2595 | { |
no test coverage detected