mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor HTTPClient
This commit is contained in:
@@ -2729,7 +2729,7 @@ Json::Value RPCHandler::doSMS (Json::Value params, LoadType* loadType, Applicati
|
||||
if (!params.isMember ("text"))
|
||||
return rpcError (rpcINVALID_PARAMS);
|
||||
|
||||
HttpsClient::sendSMS (getApp().getIOService (), params["text"].asString ());
|
||||
HTTPClient::sendSMS (getApp().getIOService (), params["text"].asString ());
|
||||
|
||||
return "sms dispatched";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user