diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-23 15:43:38 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-07-03 18:10:48 +0100 |
commit | 34d4b798d44250f64fdcac61439a86afa8607c3b (patch) | |
tree | 5a2e39433b0c77177241f5eb9fdda018e1226586 /src/wallet/wallet2.h | |
parent | Merge pull request #4067 (diff) | |
download | monero-34d4b798d44250f64fdcac61439a86afa8607c3b.tar.xz |
wallet2: use a gamma distribution to pick fake outs
as per "An Empirical Analysis of Linkability in the Monero
Blockchain", by Miller et al.
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index d33d8258b..fb61aa6ea 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1209,7 +1209,7 @@ namespace tools void cache_ringdb_key(); void clear_ringdb_key(); - bool get_output_distribution(uint64_t &start_height, std::vector<uint64_t> &distribution); + bool get_rct_distribution(uint64_t &start_height, std::vector<uint64_t> &distribution); uint64_t get_segregation_fork_height() const; |