mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
Merge pull request #466
64ec3c3
wallet2: fix CLANG compile error (moneromooo-monero)
This commit is contained in:
commit
3a09f858e7
@ -450,7 +450,7 @@ void wallet2::pull_blocks(uint64_t start_height, uint64_t& blocks_added)
|
|||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
void wallet2::refresh()
|
void wallet2::refresh()
|
||||||
{
|
{
|
||||||
size_t blocks_fetched = 0;
|
uint64_t blocks_fetched = 0;
|
||||||
refresh(0, blocks_fetched);
|
refresh(0, blocks_fetched);
|
||||||
}
|
}
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user