mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add RPC command shard crawl (RIPD-1663)
This commit is contained in:
@@ -1147,6 +1147,7 @@ public:
|
||||
{ "submit_multisigned", &RPCParser::parseSubmitMultiSigned, 1, 1 },
|
||||
{ "server_info", &RPCParser::parseServerInfo, 0, 1 },
|
||||
{ "server_state", &RPCParser::parseServerInfo, 0, 1 },
|
||||
{ "crawl_shards", &RPCParser::parseAsIs, 0, 2 },
|
||||
{ "stop", &RPCParser::parseAsIs, 0, 0 },
|
||||
{ "transaction_entry", &RPCParser::parseTransactionEntry, 2, 2 },
|
||||
{ "tx", &RPCParser::parseTx, 1, 2 },
|
||||
|
||||
Reference in New Issue
Block a user