mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 21:19:27 +00:00
Merge pull request #488
036d352
tests: fix build error with CLANG (moneromooo-monero)
This commit is contained in:
commit
bc7aa988a6
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ bool transactions_flow_test(std::string& working_folder,
|
||||||
|
|
||||||
w1.init(daemon_addr_a);
|
w1.init(daemon_addr_a);
|
||||||
|
|
||||||
size_t blocks_fetched = 0;
|
uint64_t blocks_fetched = 0;
|
||||||
bool received_money;
|
bool received_money;
|
||||||
bool ok;
|
bool ok;
|
||||||
if(!w1.refresh(blocks_fetched, received_money, ok))
|
if(!w1.refresh(blocks_fetched, received_money, ok))
|
||||||
|
|
Loading…
Reference in a new issue