X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Frpcmining.cpp;h=84cd21ebd0b88be64613e42241ab3c820a458e8e;hb=1ddde10564b94dee224c2b11a09932de0fc55013;hp=72b850eedb06c344000e0208344ce99c1d807f30;hpb=738b6a88962c08416e3ee939b5b1e414abed8ef5;p=novacoin.git diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 72b850e..84cd21e 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -372,7 +372,7 @@ Value getblocktemplate(const Array& params, bool fHelp) uint256 txHash = tx.GetHash(); setTxIndex[txHash] = i++; - if (tx.IsCoinBase()) + if (tx.IsCoinBase() || tx.IsCoinStake()) continue; Object entry;