Merge pull request #465

5f8baba wallet2: fix CLANG compile error (moneromooo-monero)
pull/95/head
Riccardo Spagni 9 years ago
commit 466706f695
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -396,7 +396,7 @@ void wallet2::pull_blocks(uint64_t start_height, uint64_t& blocks_added)
//----------------------------------------------------------------------------------------------------
void wallet2::refresh()
{
size_t blocks_fetched = 0;
uint64_t blocks_fetched = 0;
refresh(0, blocks_fetched);
}
//----------------------------------------------------------------------------------------------------

Loading…
Cancel
Save