mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added user message to get lcl. (#318)
This commit is contained in:
@@ -239,6 +239,13 @@ namespace usr
|
||||
user.session.send(resp);
|
||||
return 0;
|
||||
}
|
||||
else if (msg_type == msg::usrmsg::MSGTYPE_LCL)
|
||||
{
|
||||
std::vector<uint8_t> resp;
|
||||
parser.create_lcl_response(resp);
|
||||
user.session.send(resp);
|
||||
return 0;
|
||||
}
|
||||
else if (msg_type == msg::usrmsg::MSGTYPE_LEDGER_QUERY)
|
||||
{
|
||||
ledger::query::query_request req;
|
||||
|
||||
Reference in New Issue
Block a user