From 0857c3d5d46417ab47e1f0e8f8f9d448753c7c20 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 7 May 2018 19:08:15 +0300 Subject: [PATCH] Test --- src/miner.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 466968e1b..aed085639 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -492,7 +492,12 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) pblocktemplate->vTxSigOps.push_back(GetLegacySigOpCount(txNotary)); nFees += txfees; //fprintf(stderr,"added notaryvin\n"); - } else fprintf(stderr,"error adding notaryvin\n"); + } + else + { + fprintf(stderr,"error adding notaryvin, need to create 0.0001 utxos\n"); + return(0); + } } else {