mirror of
https://github.com/monero-project/monero.git
synced 2025-12-16 10:34:00 -05:00
tests: add unit tests for get_output_distribution
This commit is contained in:
parent
0936dae8a4
commit
31d80027b5
9 changed files with 331 additions and 92 deletions
|
|
@ -56,7 +56,7 @@ class RpcHandler
|
|||
virtual std::string handle(const std::string& request) = 0;
|
||||
|
||||
static boost::optional<output_distribution_data>
|
||||
get_output_distribution(core& src, std::uint64_t amount, std::uint64_t from_height, std::uint64_t to_height, bool cumulative);
|
||||
get_output_distribution(const std::function<bool(uint64_t, uint64_t, uint64_t, uint64_t&, std::vector<uint64_t>&, uint64_t&)> &f, uint64_t amount, uint64_t from_height, uint64_t to_height, bool cumulative);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue