mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
wallet2: fix CLANG compile error
This commit is contained in:
parent
5978fc18f7
commit
5f8baba26e
@ -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…
Reference in New Issue
Block a user