cmd/puppeth: remove puppeth

This commit is contained in:
Martin Holst Swende
2023-01-31 10:16:30 +01:00
parent bd6a05e1ee
commit 8ded6a9fcd
27 changed files with 0 additions and 4627 deletions
-5
View File
@@ -77,7 +77,6 @@ var (
executablePath("bootnode"),
executablePath("evm"),
executablePath("geth"),
executablePath("puppeth"),
executablePath("rlpdump"),
executablePath("clef"),
}
@@ -100,10 +99,6 @@ var (
BinaryName: "geth",
Description: "Ethereum CLI client.",
},
{
BinaryName: "puppeth",
Description: "Ethereum private network manager.",
},
{
BinaryName: "rlpdump",
Description: "Developer utility tool that prints RLP structures.",