Match Monero 0.17.2.3 decoy selection algo

This commit is contained in:
j-berman
2021-09-03 19:04:17 -07:00
committed by Lee *!* Clagett
parent 73fd14a53f
commit a9794d39b8
2 changed files with 22 additions and 7 deletions

View File

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