Skip to content

Commit 066c755

Browse files
authored
build: remove wnode from the list of packages binaries (#21526)
1 parent 8327d1f commit 066c755

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/ci.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ var (
7979
executablePath("geth"),
8080
executablePath("puppeth"),
8181
executablePath("rlpdump"),
82-
executablePath("wnode"),
8382
executablePath("clef"),
8483
}
8584

@@ -109,10 +108,6 @@ var (
109108
BinaryName: "rlpdump",
110109
Description: "Developer utility tool that prints RLP structures.",
111110
},
112-
{
113-
BinaryName: "wnode",
114-
Description: "Ethereum Whisper diagnostic tool",
115-
},
116111
{
117112
BinaryName: "clef",
118113
Description: "Ethereum account management tool.",

0 commit comments

Comments
 (0)