mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Faster publishing of order book changes to book listeners
This commit is contained in:
@@ -52,6 +52,8 @@ public:
|
||||
virtual ~InfoSub();
|
||||
|
||||
virtual void send(const Json::Value& jvObj, bool broadcast) = 0;
|
||||
virtual void send(const Json::Value& jvObj, const std::string& sObj, bool broadcast)
|
||||
{ send(jvObj, broadcast); }
|
||||
|
||||
uint64 getSeq()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user