CTxOut
This commit is contained in:
@@ -2792,6 +2792,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
|
|||||||
//}
|
//}
|
||||||
if ( ASSETCHAINS_SYMBOL[0] == 0 && DONATION_PUBKEY.size() == 66 && interest2 > 5000 )
|
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));
|
txNew.vout.insert(txNew.vout.size(), newTxOut(interest2, CScript() << ParseHex(DONATION_PUBKEY) << OP_CHECKSIG));
|
||||||
interest2 = 0;
|
interest2 = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user