Revert back to outputs_per_second + use logic error on output miss

This commit is contained in:
j-berman
2021-09-30 01:29:29 -07:00
committed by Lee *!* Clagett
parent a9794d39b8
commit 25356a91e1
2 changed files with 6 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ namespace lws
{
std::vector<uint64_t> rct_offsets;
std::gamma_distribution<double> gamma;
double seconds_per_output;
double outputs_per_second;
gamma_picker(const gamma_picker&) = default; // force explicit usage of `clone()` to copy.
public: