More wallet tests

This commit is contained in:
SChernykh
2025-10-23 19:03:24 +02:00
parent 27fbf2fc93
commit e7e623fbdd
2 changed files with 19 additions and 6 deletions

View File

@@ -41,6 +41,8 @@ int main(int argc, char** argv)
{
set_main_thread();
p2pool_usage();
IMergeMiningClient::create({}, {}, {});
JSONRPCRequest::call({}, 0, {}, {}, {}, false, {}, [](const char*, size_t, double){}, [](const char*, size_t, double){});
PoolBlock::s_precalculatedSharesLock = new ReadWriteLock();