wallet2: split estimate_backlog to allow for raw fee levels
This commit is contained in:
committed by
stoffu
parent
d061c312fb
commit
2f5a9b6bb3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user