Unverified Commit 066c7553 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by GitHub

build: remove wnode from the list of packages binaries (#21526)

parent 8327d1fd
...@@ -79,7 +79,6 @@ var ( ...@@ -79,7 +79,6 @@ var (
executablePath("geth"), executablePath("geth"),
executablePath("puppeth"), executablePath("puppeth"),
executablePath("rlpdump"), executablePath("rlpdump"),
executablePath("wnode"),
executablePath("clef"), executablePath("clef"),
} }
...@@ -109,10 +108,6 @@ var ( ...@@ -109,10 +108,6 @@ var (
BinaryName: "rlpdump", BinaryName: "rlpdump",
Description: "Developer utility tool that prints RLP structures.", Description: "Developer utility tool that prints RLP structures.",
}, },
{
BinaryName: "wnode",
Description: "Ethereum Whisper diagnostic tool",
},
{ {
BinaryName: "clef", BinaryName: "clef",
Description: "Ethereum account management tool.", Description: "Ethereum account management tool.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment