commented out code

This commit is contained in:
Dustin Brickwood 2018-05-17 17:22:43 -04:00
parent fd296e83e3
commit 65a228204b

View file

@ -57,12 +57,12 @@ var routes = Routes{
"/api/get_transaction/{txHash}", "/api/get_transaction/{txHash}",
GetTransaction, GetTransaction,
}, },
Route{ //Route{
Name: "GetRecentBlock", // Name: "GetRecentBlock",
Method: "GET", // Method: "GET",
Pattern: "/api/get_recent_block", // Pattern: "/api/get_recent_block",
HandlerFunc: GetRecentBlock, // HandlerFunc: GetRecentBlock,
}, //},
Route{ Route{
"GetInternalTransactions", "GetInternalTransactions",
"GET", "GET",