From 8ec79e0cef1dee1d250bd2708f5abf2aeb7964d2 Mon Sep 17 00:00:00 2001 From: wowario Date: Fri, 1 Jun 2018 07:16:28 +0300 Subject: [PATCH] bump minor version for pruned blocks --- src/wallet/wallet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index a5244451b..ab95cf549 100755 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -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;