CCaddrTokens1of2set
This commit is contained in:
@@ -435,7 +435,7 @@ UniValue MarmaraLock(uint64_t txfee,int64_t amount,int32_t height)
|
|||||||
GetCCaddress1of2(cp,coinaddr,Marmarapk,mypk);
|
GetCCaddress1of2(cp,coinaddr,Marmarapk,mypk);
|
||||||
SetCCunspents(unspentOutputs,coinaddr);
|
SetCCunspents(unspentOutputs,coinaddr);
|
||||||
threshold = remains / (MARMARA_VINS+1);
|
threshold = remains / (MARMARA_VINS+1);
|
||||||
CCaddr2set(cp,EVAL_MARMARA,Marmarapk,cp->CCpriv,coinaddr);
|
CCaddrTokens1of2set(cp,Marmarapk,mypk,coinaddr);
|
||||||
for (std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> >::const_iterator it=unspentOutputs.begin(); it!=unspentOutputs.end(); it++)
|
for (std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> >::const_iterator it=unspentOutputs.begin(); it!=unspentOutputs.end(); it++)
|
||||||
{
|
{
|
||||||
txid = it->first.txhash;
|
txid = it->first.txhash;
|
||||||
|
|||||||
Reference in New Issue
Block a user