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