forked from btclock/btclock_v3
4 lines
149 B
C++
4 lines
149 B
C++
#include <array>
|
|
#include <string>
|
|
|
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsHashRate(std::string miningPoolName, std::string text);
|