mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +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