Merge pull request #488

036d352 tests: fix build error with CLANG (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2015-11-18 10:36:54 +02:00
commit bc7aa988a6
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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