diff options
| author | AwfulCrawler <AwfulCrawler@users.noreply.github.com> | 2016-04-18 13:58:22 +1200 |
|---|---|---|
| committer | AwfulCrawler <AwfulCrawler@users.noreply.github.com> | 2016-04-18 13:58:22 +1200 |
| commit | 2d9dfd082096429b4b1876aff8cb8c76f93b7b10 (patch) | |
| tree | 3665fcb864eabc32a754c7bfddc90a3c672dd598 /tests/functional_tests | |
| parent | abea280dd3df0c0f6d67a930eb2ffe5b73255fa9 (diff) | |
| parent | 1c66fe04bcebf50102abe6c96322f0fa5ce740ec (diff) | |
| download | monzero-core-2d9dfd082096429b4b1876aff8cb8c76f93b7b10.tar.gz monzero-core-2d9dfd082096429b4b1876aff8cb8c76f93b7b10.tar.xz monzero-core-2d9dfd082096429b4b1876aff8cb8c76f93b7b10.zip | |
Merge pull request #1 from monero-project/master
Catch up with Monero master
Diffstat (limited to 'tests/functional_tests')
| -rw-r--r-- | tests/functional_tests/transactions_flow_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/transactions_flow_test.cpp b/tests/functional_tests/transactions_flow_test.cpp index 3c3cf3a90..159ccfd83 100644 --- a/tests/functional_tests/transactions_flow_test.cpp +++ b/tests/functional_tests/transactions_flow_test.cpp @@ -85,7 +85,7 @@ bool do_send_money(tools::wallet2& w1, tools::wallet2& w2, size_t mix_in_factor, try { tools::wallet2::pending_tx ptx; - w1.transfer(dsts, mix_in_factor, 0, TEST_FEE, std::vector<uint8_t>(), tools::detail::null_split_strategy, tools::tx_dust_policy(TEST_DUST_THRESHOLD), tx, ptx); + w1.transfer(dsts, mix_in_factor, 0, TEST_FEE, std::vector<uint8_t>(), tools::detail::null_split_strategy, tools::tx_dust_policy(TEST_DUST_THRESHOLD), tx, ptx, true); w1.commit_tx(ptx); return true; } |
