wallet2: split estimate_backlog to allow for raw fee levels

This commit is contained in:
moneromooo-monero
2018-01-15 12:48:25 +00:00
committed by stoffu
parent d061c312fb
commit 2f5a9b6bb3
2 changed files with 27 additions and 9 deletions
+1
View File
@@ -956,6 +956,7 @@ namespace tools
bool is_synced() const;
std::vector<std::pair<uint64_t, uint64_t>> estimate_backlog(const std::vector<std::pair<double, double>> &fee_levels);
std::vector<std::pair<uint64_t, uint64_t>> estimate_backlog(uint64_t min_blob_size, uint64_t max_blob_size, const std::vector<uint64_t> &fees);
uint64_t get_fee_multiplier(uint32_t priority, int fee_algorithm = -1) const;