bump minor version for pruned blocks

This commit is contained in:
wowario 2018-06-01 07:16:28 +03:00
parent de7a690d59
commit 8ec79e0cef
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -1663,7 +1663,7 @@ void wallet2::pull_blocks(uint64_t start_height, uint64_t &blocks_start_height,
}
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");
req.prune = true;