This commit is contained in:
Mihailo Milenkovic
2018-10-29 18:23:27 +01:00
parent edff8a648a
commit 41c2077870
2 changed files with 2 additions and 2 deletions

View File

@@ -919,7 +919,7 @@ UniValue GatewaysPendingWithdraws(uint256 bindtxid,std::string refcoin)
return(result);
}
std::string GatewaysMultisig(char *txidaddr)
UniValue GatewaysMultisig(char *txidaddr)
{
std::string parthex,hex,refcoin; uint256 txid,hashBlock; CTransaction tx; int32_t i,maxK,K,numvouts; CPubKey signerpk;
std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> > unspentOutputs; UniValue result(UniValue::VOBJ);