diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-16 21:19:53 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-17 13:11:52 +0100 |
commit | 5a283078ec3cf276dd085219f4ead51ced969224 (patch) | |
tree | f3b1d4a2ea69fd13941127e7d657ffd731b0429f /src/cryptonote_core/cryptonote_core.h | |
parent | cryptonote_protocol: kick idle synchronizing peers (diff) | |
download | monero-5a283078ec3cf276dd085219f4ead51ced969224.tar.xz |
cryptonote_protocol: large block sync size before v4
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.h')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h index 63d3cd16d..982d67169 100644 --- a/src/cryptonote_core/cryptonote_core.h +++ b/src/cryptonote_core/cryptonote_core.h @@ -691,7 +691,7 @@ namespace cryptonote * * @return the number of blocks to sync in one go */ - size_t get_block_sync_size() const { return block_sync_size; } + size_t get_block_sync_size(uint64_t height) const; /** * @brief get the sum of coinbase tx amounts between blocks |