mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add WS support for reporting accepted transactions.
This commit is contained in:
@@ -135,7 +135,7 @@ public:
|
||||
{
|
||||
try
|
||||
{
|
||||
Log(lsINFO) << "Ws:: Sending '" << strMessage << "'";
|
||||
// Log(lsINFO) << "Ws:: Sending '" << strMessage << "'";
|
||||
|
||||
cpClient->send(strMessage);
|
||||
}
|
||||
@@ -149,7 +149,7 @@ public:
|
||||
{
|
||||
Json::FastWriter jfwWriter;
|
||||
|
||||
Log(lsINFO) << "Ws:: Object '" << jfwWriter.write(jvObj) << "'";
|
||||
// Log(lsINFO) << "Ws:: Object '" << jfwWriter.write(jvObj) << "'";
|
||||
|
||||
send(cpClient, jfwWriter.write(jvObj));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user