Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Prevent all threads from using the same POW nonce. #37

Merged
merged 1 commit into from Oct 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions libraries/plugins/witness/witness.cpp
Expand Up @@ -537,6 +537,7 @@ void witness_plugin::start_mining(
}
}
} );
thread_num++;
}
}

Expand Down