mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-22 16:00:57 +00:00
Add RPC shard download
This commit is contained in:
@@ -73,6 +73,7 @@ Handler const handlerArray[] {
|
||||
{ "connect", byRef (&doConnect), Role::ADMIN, NO_CONDITION },
|
||||
{ "consensus_info", byRef (&doConsensusInfo), Role::ADMIN, NO_CONDITION },
|
||||
{ "deposit_authorized", byRef (&doDepositAuthorized), Role::USER, NO_CONDITION },
|
||||
{ "download_shard", byRef (&doDownloadShard), Role::ADMIN, NO_CONDITION },
|
||||
{ "gateway_balances", byRef (&doGatewayBalances), Role::USER, NO_CONDITION },
|
||||
{ "get_counts", byRef (&doGetCounts), Role::ADMIN, NO_CONDITION },
|
||||
{ "feature", byRef (&doFeature), Role::ADMIN, NO_CONDITION },
|
||||
|
||||
Reference in New Issue
Block a user