mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Change statisticsType to tickerType
This commit is contained in:
@@ -17,9 +17,9 @@ public class Statistics {
|
||||
statsHandle_ = statsHandle;
|
||||
}
|
||||
|
||||
public long getTickerCount(StatisticsType statisticsType) {
|
||||
public long getTickerCount(TickerType tickerType) {
|
||||
assert(isInitialized());
|
||||
return getTickerCount0(statisticsType.getValue(), statsHandle_);
|
||||
return getTickerCount0(tickerType.getValue(), statsHandle_);
|
||||
}
|
||||
|
||||
private boolean isInitialized() {
|
||||
|
||||
Reference in New Issue
Block a user