wallet2: fix CLANG compile error

This commit is contained in:
moneromooo-monero 2015-10-30 14:35:55 +00:00
parent cc2a3aadad
commit 64ec3c3414
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

@ -450,7 +450,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);
}
//----------------------------------------------------------------------------------------------------