mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
bump minor version for pruned blocks
This commit is contained in:
parent
de7a690d59
commit
8ec79e0cef
1 changed files with 1 additions and 1 deletions
|
@ -1663,7 +1663,7 @@ void wallet2::pull_blocks(uint64_t start_height, uint64_t &blocks_start_height,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (rpc_version >= MAKE_CORE_RPC_VERSION(1, 7))
|
if (rpc_version >= MAKE_CORE_RPC_VERSION(1, 20))
|
||||||
{
|
{
|
||||||
MDEBUG("Daemon is recent enough, asking for pruned blocks");
|
MDEBUG("Daemon is recent enough, asking for pruned blocks");
|
||||||
req.prune = true;
|
req.prune = true;
|
||||||
|
|
Loading…
Reference in a new issue