Merge Geth v1.10.21 as well as update to Plugeth-Utils v0.0.18

This commit is contained in:
philip-morlier
2022-07-27 10:38:42 -07:00
380 changed files with 6936 additions and 6262 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/rpc"
"github.com/ethereum/go-ethereum/internal/ethapi"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli/v2"
"io"
)
+2 -2
View File
@@ -13,7 +13,7 @@ import (
"github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/log"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli/v2"
)
type Subcommand func(*cli.Context, []string) error
@@ -132,7 +132,7 @@ func (pl *PluginLoader) Initialize(ctx *cli.Context) {
}
func (pl *PluginLoader) RunSubcommand(ctx *cli.Context) (bool, error) {
args := ctx.Args()
args := ctx.Args().Slice()
if len(args) == 0 {
return false, fmt.Errorf("no subcommand arguments")
}