Test
This commit is contained in:
@@ -5514,7 +5514,7 @@ UniValue gatewayswithdraw(const UniValue& params, bool fHelp)
|
|||||||
|
|
||||||
UniValue gatewaysmarkdone(const UniValue& params, bool fHelp)
|
UniValue gatewaysmarkdone(const UniValue& params, bool fHelp)
|
||||||
{
|
{
|
||||||
UniValue result(UniValue::VOBJ); uint256 withdrawtxid; std::string hex;
|
UniValue result(UniValue::VOBJ); uint256 withdrawtxid,cointxid; std::string hex,coin;
|
||||||
if ( fHelp || params.size() != 1 )
|
if ( fHelp || params.size() != 1 )
|
||||||
throw runtime_error("gatewaysmarkdone withdrawtxid coin cointxid\n");
|
throw runtime_error("gatewaysmarkdone withdrawtxid coin cointxid\n");
|
||||||
if ( ensure_CCrequirements() < 0 )
|
if ( ensure_CCrequirements() < 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user