Skip to content

Commit 4a6b868

Browse files
committed
remove sin
1 parent da6c6f7 commit 4a6b868

9 files changed

+1
-408
lines changed

config/coins/SIN.json

-27
This file was deleted.

config/coins/SINREGTEST.json

-26
This file was deleted.

config/coins/SINTEST.json

-26
This file was deleted.

src/daemon/daemon_manager_sin.cpp

-80
This file was deleted.

src/daemon/daemon_manager_sin.hpp

-13
This file was deleted.

src/jobs/job_manager.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ class JobManager
8282

8383
private:
8484
std::shared_mutex jobs_mutex;
85-
// unordered map is not thread safe for modifying and accessing different
8685
std::shared_ptr<JobT> last_job;
86+
// unordered map is not thread safe for modifying and accessing different
8787
// elements, but a vector is, so we use other optimization (save last job)
8888
std::vector<std::shared_ptr<JobT>> jobs;
8989
};

src/jobs/job_manager_sin.cpp

-167
This file was deleted.

src/jobs/job_manager_sin.hpp

-26
This file was deleted.

0 commit comments

Comments
 (0)