diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-11-17 16:31:37 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-11-17 16:33:00 +0000 |
commit | 036d3522109bfd51cd0bbb8717ae26c950ebd05a (patch) | |
tree | 08a0f338017ef1d26d80eb2800c7a3ccfb352466 /tests | |
parent | Merge pull request #481 (diff) | |
download | monero-036d3522109bfd51cd0bbb8717ae26c950ebd05a.tar.xz |
tests: fix build error with CLANG
Diffstat (limited to '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 5d276ec2a..a954f14f6 100644 --- a/tests/functional_tests/transactions_flow_test.cpp +++ b/tests/functional_tests/transactions_flow_test.cpp @@ -139,7 +139,7 @@ bool transactions_flow_test(std::string& working_folder, w1.init(daemon_addr_a); - size_t blocks_fetched = 0; + uint64_t blocks_fetched = 0; bool received_money; bool ok; if(!w1.refresh(blocks_fetched, received_money, ok)) |