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:
@@ -124,7 +124,7 @@ public class RocksDBSample {
|
||||
writeOpts.dispose();
|
||||
|
||||
try {
|
||||
for(StatisticsType statsType : StatisticsType.values()) {
|
||||
for(TickerType statsType : TickerType.values()) {
|
||||
stats.getTickerCount(statsType);
|
||||
}
|
||||
System.out.println("getTickerCount() passed.");
|
||||
|
||||
Reference in New Issue
Block a user