From 65a228204bae1ade327bf1fe91fa8a7b1d3e0b0c Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Thu, 17 May 2018 17:22:43 -0400 Subject: [PATCH] commented out code --- blockExplorerApi/routes.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blockExplorerApi/routes.go b/blockExplorerApi/routes.go index e70f001cf2..578efc3a23 100644 --- a/blockExplorerApi/routes.go +++ b/blockExplorerApi/routes.go @@ -57,12 +57,12 @@ var routes = Routes{ "/api/get_transaction/{txHash}", GetTransaction, }, - Route{ - Name: "GetRecentBlock", - Method: "GET", - Pattern: "/api/get_recent_block", - HandlerFunc: GetRecentBlock, - }, + //Route{ + // Name: "GetRecentBlock", + // Method: "GET", + // Pattern: "/api/get_recent_block", + // HandlerFunc: GetRecentBlock, + //}, Route{ "GetInternalTransactions", "GET",