Skip to content

Commit

Permalink
remove wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbcdev committed Apr 10, 2024
1 parent c0dc9b0 commit 5a75341
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion cmd/debug/intrinsic_gas.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"strings"
)

// GetIntrinsicCommand registers a sub-tree of commands
func GetIntrinsicCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "intrinsic_gas [0xdata]",
Expand Down
1 change: 0 additions & 1 deletion cmd/debug/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/spf13/cobra"
)

// GetUserCommand registers a sub-tree of commands
func GetUserCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "user",
Expand Down
1 change: 0 additions & 1 deletion cmd/query/balance.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"os"
)

// GetQueryBalanceCommand registers a sub-tree of commands
func GetQueryBalanceCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "balance [account_address] [?optional_erc20_contracts...]",
Expand Down
1 change: 0 additions & 1 deletion cmd/query/debug_traceTransaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"
)

// GetQueryTraceTxCommand registers a sub-tree of commands
func GetQueryTraceTxCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "debug_traceTransaction [0xhash]",
Expand Down
1 change: 0 additions & 1 deletion cmd/query/erc20.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"os"
)

// GetQueryErc20Command registers a sub-tree of commands
func GetQueryErc20Command() *cobra.Command {
cmd := &cobra.Command{
Use: "erc20 [contract_address] [?account_address]",
Expand Down
1 change: 0 additions & 1 deletion cmd/query/eth_getBlockByNumber.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"
)

// GetQueryBlockCommand registers a sub-tree of commands
func GetQueryBlockCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "eth_getBlockByNumber [height dec or 0xHex]",
Expand Down
1 change: 0 additions & 1 deletion cmd/query/eth_getTransactionByHash.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"
)

// GetQueryTxCommand registers a sub-tree of commands
func GetQueryTxCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "eth_getTransactionByHash [0xhash]",
Expand Down
1 change: 0 additions & 1 deletion cmd/query/eth_getTransactionReceipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"
)

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

0 comments on commit 5a75341

Please sign in to comment.