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}",
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",