Fix
This commit is contained in:
@@ -925,7 +925,6 @@ UniValue GatewaysMultisig(char *txidaddr)
|
|||||||
std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> > unspentOutputs; UniValue result(UniValue::VOBJ);
|
std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> > unspentOutputs; UniValue result(UniValue::VOBJ);
|
||||||
|
|
||||||
SetCCunspents(unspentOutputs,txidaddr);
|
SetCCunspents(unspentOutputs,txidaddr);
|
||||||
if (unspentOutputs.size()==0) return ("");
|
|
||||||
maxK=0;
|
maxK=0;
|
||||||
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++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user