This commit is contained in:
jl777
2018-09-17 03:12:56 -11:00
parent 791ad592f1
commit 4f80a29cc4

View File

@@ -5553,8 +5553,8 @@ UniValue gatewaysmultisig(const UniValue& params, bool fHelp)
bindtxid = Parseuint256((char *)params[0].get_str().c_str());
coin = params[1].get_str();
withtxid = Parseuint256((char *)params[2].get_str().c_str());
txidaddr = params[3].get_str().c_str();
hex = GatewaysMultisig(0,coin,bindtxid,withdrawtxid,txidaddr);
txidaddr = (char *)params[3].get_str().c_str();
hex = GatewaysMultisig(0,coin,bindtxid,withtxid,txidaddr);
if ( hex.size() > 0 )
{
result.push_back(Pair("result", "success"));