diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:28:22 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:28:22 +0200 |
| commit | f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6 (patch) | |
| tree | 6573120f4a91770ff630c693e76893a485bc70f4 /src/wallet/wallet2.h | |
| parent | 80863796807ecd524f4a76964b2d58167f819e26 (diff) | |
| parent | f4772bae812cdab9cca3864d79cdbec7abe5a114 (diff) | |
| download | monzero-core-f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6.tar.gz monzero-core-f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6.tar.xz monzero-core-f2ea2afb772d4377450d2e79ebf44d1e1ffa3ec6.zip | |
Merge pull request #1398
f4772bae Fix a few minor typos (Pierre Boyer)
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 016b3fb5f..dcb6367d1 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -595,7 +595,7 @@ namespace tools uint64_t get_dynamic_per_kb_fee_estimate(); uint64_t get_per_kb_fee(); float get_output_relatedness(const transfer_details &td0, const transfer_details &td1) const; - std::vector<size_t> pick_prefered_rct_inputs(uint64_t needed_money) const; + std::vector<size_t> pick_preferred_rct_inputs(uint64_t needed_money) const; void set_spent(size_t idx, uint64_t height); void set_unspent(size_t idx); template<typename entry> |
