tests: fix build error with CLANG

This commit is contained in:
moneromooo-monero 2015-11-17 16:31:37 +00:00
parent ea7380aa7f
commit 036d352210
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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))