mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-24 00:40:54 +00:00
merged to 1.9.0-b1
re-added the copy assignment constructor for STArray
This commit is contained in:
@@ -83,7 +83,11 @@ Handler const handlerArray[]{
|
||||
Role::USER,
|
||||
NO_CONDITION},
|
||||
{"download_shard", byRef(&doDownloadShard), Role::ADMIN, NO_CONDITION},
|
||||
#ifdef RIPPLED_REPORTING
|
||||
{"gateway_balances", byRef(&doGatewayBalances), Role::ADMIN, NO_CONDITION},
|
||||
#else
|
||||
{"gateway_balances", byRef(&doGatewayBalances), Role::USER, NO_CONDITION},
|
||||
#endif
|
||||
{"get_counts", byRef(&doGetCounts), Role::ADMIN, NO_CONDITION},
|
||||
{"feature", byRef(&doFeature), Role::ADMIN, NO_CONDITION},
|
||||
{"fee", byRef(&doFee), Role::USER, NEEDS_CURRENT_LEDGER},
|
||||
|
||||
Reference in New Issue
Block a user