diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-08-15 17:00:32 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-08-15 17:00:32 -0500 |
commit | 4cde4cb94658724b23253f08fa60b1eed02dc79d (patch) | |
tree | c969c295370978eff542da37b491e490834b1483 /src/wallet/wallet2.h | |
parent | Merge pull request #4129 (diff) | |
parent | wallet2: use a gamma distribution to pick fake outs (diff) | |
download | monero-4cde4cb94658724b23253f08fa60b1eed02dc79d.tar.xz |
Merge pull request #3528
34d4b79 wallet2: use a gamma distribution to pick fake outs (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-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 220eca8a8..0a9049c7b 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1215,7 +1215,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; |