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}",
|
"/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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue