From 95da398e7da2d937809e0ba0e7b231f6ba704318 Mon Sep 17 00:00:00 2001 From: Carl Hua Date: Fri, 18 Sep 2020 08:04:44 -0400 Subject: [PATCH] Update manifest RPC to be public --- src/ripple/rpc/impl/Handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/rpc/impl/Handler.cpp b/src/ripple/rpc/impl/Handler.cpp index b5fa997854..c72cd508ae 100644 --- a/src/ripple/rpc/impl/Handler.cpp +++ b/src/ripple/rpc/impl/Handler.cpp @@ -106,7 +106,7 @@ Handler const handlerArray[]{ {"ledger_request", byRef(&doLedgerRequest), Role::ADMIN, NO_CONDITION}, {"log_level", byRef(&doLogLevel), Role::ADMIN, NO_CONDITION}, {"logrotate", byRef(&doLogRotate), Role::ADMIN, NO_CONDITION}, - {"manifest", byRef(&doManifest), Role::ADMIN, NO_CONDITION}, + {"manifest", byRef(&doManifest), Role::USER, NO_CONDITION}, {"noripple_check", byRef(&doNoRippleCheck), Role::USER, NO_CONDITION}, {"owner_info", byRef(&doOwnerInfo), Role::USER, NEEDS_CURRENT_LEDGER}, {"peers", byRef(&doPeers), Role::ADMIN, NO_CONDITION},