aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-08-15 17:00:32 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-08-15 17:00:32 -0500
commit4cde4cb94658724b23253f08fa60b1eed02dc79d (patch)
treec969c295370978eff542da37b491e490834b1483 /src/wallet/wallet2.h
parentMerge pull request #4129 (diff)
parentwallet2: use a gamma distribution to pick fake outs (diff)
downloadmonero-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.h2
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;