This commit is contained in:
jl777
2018-06-28 23:32:14 -11:00
parent a55973aeea
commit 76471d5658

View File

@@ -2792,6 +2792,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
//}
if ( ASSETCHAINS_SYMBOL[0] == 0 && DONATION_PUBKEY.size() == 66 && interest2 > 5000 )
{
CTxOut newTxOut;
txNew.vout.insert(txNew.vout.size(), newTxOut(interest2, CScript() << ParseHex(DONATION_PUBKEY) << OP_CHECKSIG));
interest2 = 0;
}