diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-11-18 10:36:54 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-11-18 10:37:04 +0200 |
commit | bc7aa988a67f1762a79015c5647aa8d2783be405 (patch) | |
tree | be935c8f12e6e72655b17ce5605d56462f62abb0 | |
parent | Merge pull request #487 (diff) | |
parent | tests: fix build error with CLANG (diff) | |
download | monero-bc7aa988a67f1762a79015c5647aa8d2783be405.tar.xz |
Merge pull request #488
036d352 tests: fix build error with CLANG (moneromooo-monero)
-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)) |