mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-22 16:00:57 +00:00
Add book_changes rpc
This commit is contained in:
@@ -72,6 +72,7 @@ Handler const handlerArray[]{
|
||||
{"account_offers", byRef(&doAccountOffers), Role::USER, NO_CONDITION},
|
||||
{"account_tx", byRef(&doAccountTxJson), Role::USER, NO_CONDITION},
|
||||
{"blacklist", byRef(&doBlackList), Role::ADMIN, NO_CONDITION},
|
||||
{"book_changes", byRef(&doBookChanges), Role::USER, NO_CONDITION},
|
||||
{"book_offers", byRef(&doBookOffers), Role::USER, NO_CONDITION},
|
||||
{"can_delete", byRef(&doCanDelete), Role::ADMIN, NO_CONDITION},
|
||||
{"channel_authorize", byRef(&doChannelAuthorize), Role::USER, NO_CONDITION},
|
||||
|
||||
Reference in New Issue
Block a user