From 899e372886b40f6449370377f3be5bd7bf4d9b59 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 18 Feb 2017 20:18:53 +0200 Subject: [PATCH] Coinbasevalue --- src/rpcmining.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 5a3c0bbd1..b1be854e3 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -654,6 +654,7 @@ Value getblocktemplate(const Array& params, bool fHelp) // Correct this if GetBlockTemplate changes the order // entry.push_back(Pair("foundersreward", (int64_t)tx.vout[1].nValue)); //} + entry.push_back(Pair("coinbasevalue", 3*COIN)); entry.push_back(Pair("required", true)); txCoinbase = entry; } else