]> Git Repo - VerusCoin.git/commitdiff
-s
authorjl777 <[email protected]>
Sat, 18 Aug 2018 10:40:12 +0000 (23:40 -1100)
committerjl777 <[email protected]>
Sat, 18 Aug 2018 10:40:12 +0000 (23:40 -1100)
src/cc/rewards.cpp

index 5bb7fec1b8f44cd306a09069fd6f79bcb724f9fa..efb47fdb3b84fb4a42e3c1a9c6054ce2165b15a2 100644 (file)
@@ -644,7 +644,7 @@ std::string RewardsUnlock(uint64_t txfee,char *planstr,uint256 fundingtxid,uint2
                 {
                     mtx.vout.push_back(CTxOut(amount-txfee,scriptPubKey));
                     //CCerror = "cant find enough rewards inputs";
-                    fprintf(stderr,"not enough rewards funds to payout %.8f, recover mode tx\n",(double)(rewards+txfee)/COIN);
+                    fprintf(stderr,"not enough rewards funds to payout %.8f, recover mode tx\n",(double)(reward+txfee)/COIN);
                     return(FinalizeCCTx(-1LL,cp,mtx,mypk,txfee,opret));
                 }
             }
This page took 0.029209 seconds and 4 git commands to generate.