diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
| commit | ce5800a22539e3d5811edfdf4cdd07e1fbc62cef (patch) | |
| tree | c4a46216b6b206fcee185d13ed6c6f344ae990b7 /tests/functional_tests | |
| parent | 33004ded629dfa309ff43adcd6a93f6f2b9dfcbd (diff) | |
| parent | 85db1734e7dd456c1edb095a2c829527262b96c7 (diff) | |
| download | monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.gz monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.xz monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.zip | |
Merge pull request #7346
85db173 Remove unused variables in monero codebase (Kevin Barbour)
Diffstat (limited to 'tests/functional_tests')
| -rw-r--r-- | tests/functional_tests/transactions_flow_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional_tests/transactions_flow_test.cpp b/tests/functional_tests/transactions_flow_test.cpp index cec6825f5..3f5f90d3b 100644 --- a/tests/functional_tests/transactions_flow_test.cpp +++ b/tests/functional_tests/transactions_flow_test.cpp @@ -41,7 +41,6 @@ using namespace cryptonote; namespace { uint64_t const TEST_FEE = 5000000000; // 5 * 10^9 - uint64_t const TEST_DUST_THRESHOLD = 5000000000; // 5 * 10^9 } std::string generate_random_wallet_name() |
