mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
commented out code
This commit is contained in:
parent
fd296e83e3
commit
65a228204b
1 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue