Remove obsolete Internal command (RIPD-888)

This commit is contained in:
Miguel Portilla
2016-05-25 14:25:27 -04:00
committed by seelabs
parent 7d11471619
commit 10521de2fc
8 changed files with 1 additions and 128 deletions

View File

@@ -114,7 +114,6 @@ Handler handlerArray[] {
{ "consensus_info", byRef (&doConsensusInfo), Role::ADMIN, NO_CONDITION },
{ "gateway_balances", byRef (&doGatewayBalances), Role::USER, NO_CONDITION },
{ "get_counts", byRef (&doGetCounts), Role::ADMIN, NO_CONDITION },
{ "internal", byRef (&doInternal), Role::ADMIN, NO_CONDITION },
{ "feature", byRef (&doFeature), Role::ADMIN, NO_CONDITION },
{ "fee", byRef (&doFee), Role::USER, NO_CONDITION },
{ "fetch_info", byRef (&doFetchInfo), Role::ADMIN, NO_CONDITION },