mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-13 16:47:59 +00:00
Fix cnutil compilation
This commit is contained in:
parent
a4b6f1edb2
commit
8b415d878b
@ -5,9 +5,6 @@
|
||||
|
||||
using namespace cryptonote;
|
||||
|
||||
// Well, it's dirty and useless, but without it I can't link to bitmonero's /build/release/src/**/*.a libs
|
||||
unsigned int epee::g_test_dbg_lock_sleep = 0;
|
||||
|
||||
extern "C" uint32_t cn_convert_blob(const char *blob, size_t len, char *out) {
|
||||
std::string input = std::string(blob, len);
|
||||
std::string output = "";
|
||||
|
Loading…
Reference in New Issue
Block a user