From 32b915c93d951d4c3b39438195f87eb6de22af95 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 17 Apr 2018 10:24:56 +0300 Subject: [PATCH] test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 56d9324f7..ef67ad84c 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -506,7 +506,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) return pblocktemplate.release(); } - + /* #ifdef ENABLE_WALLET boost::optional GetMinerScriptPubKey(CReserveKey& reservekey)