Adding validation for importgateway CC (#22)
This commit is contained in:
committed by
GitHub
parent
3523faadae
commit
0acaa3517f
@@ -631,6 +631,7 @@ UniValue importgatewaypartialsign(const UniValue& params, bool fHelp)
|
||||
coin = params[1].get_str();
|
||||
parthex = params[2].get_str();
|
||||
hex = ImportGatewayPartialSign(0,txid,coin,parthex);
|
||||
RETURN_IF_ERROR(CCerror);
|
||||
if ( hex.size() > 0 )
|
||||
{
|
||||
result.push_back(Pair("result", "success"));
|
||||
|
||||
Reference in New Issue
Block a user