Skip to content

Commit 5a75341

Browse files
committed
remove wrong comments
1 parent c0dc9b0 commit 5a75341

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

cmd/debug/intrinsic_gas.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"strings"
1414
)
1515

16-
// GetIntrinsicCommand registers a sub-tree of commands
1716
func GetIntrinsicCommand() *cobra.Command {
1817
cmd := &cobra.Command{
1918
Use: "intrinsic_gas [0xdata]",

cmd/debug/user.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
// GetUserCommand registers a sub-tree of commands
109
func GetUserCommand() *cobra.Command {
1110
cmd := &cobra.Command{
1211
Use: "user",

cmd/query/balance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
"os"
1313
)
1414

15-
// GetQueryBalanceCommand registers a sub-tree of commands
1615
func GetQueryBalanceCommand() *cobra.Command {
1716
cmd := &cobra.Command{
1817
Use: "balance [account_address] [?optional_erc20_contracts...]",

cmd/query/debug_traceTransaction.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"strings"
1111
)
1212

13-
// GetQueryTraceTxCommand registers a sub-tree of commands
1413
func GetQueryTraceTxCommand() *cobra.Command {
1514
cmd := &cobra.Command{
1615
Use: "debug_traceTransaction [0xhash]",

cmd/query/erc20.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
"os"
1313
)
1414

15-
// GetQueryErc20Command registers a sub-tree of commands
1615
func GetQueryErc20Command() *cobra.Command {
1716
cmd := &cobra.Command{
1817
Use: "erc20 [contract_address] [?account_address]",

cmd/query/eth_getBlockByNumber.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"strings"
1111
)
1212

13-
// GetQueryBlockCommand registers a sub-tree of commands
1413
func GetQueryBlockCommand() *cobra.Command {
1514
cmd := &cobra.Command{
1615
Use: "eth_getBlockByNumber [height dec or 0xHex]",

cmd/query/eth_getTransactionByHash.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"strings"
1111
)
1212

13-
// GetQueryTxCommand registers a sub-tree of commands
1413
func GetQueryTxCommand() *cobra.Command {
1514
cmd := &cobra.Command{
1615
Use: "eth_getTransactionByHash [0xhash]",

cmd/query/eth_getTransactionReceipt.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"strings"
1111
)
1212

13-
// GetQueryTxReceiptCommand registers a sub-tree of commands
1413
func GetQueryTxReceiptCommand() *cobra.Command {
1514
cmd := &cobra.Command{
1615
Use: "eth_getTransactionReceipt [0xhash]",

0 commit comments

Comments
 (0)