Skip to content

Commit

Permalink
build: remove wnode from the list of packages binaries (ethereum#21526)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored Sep 8, 2020
1 parent 8327d1f commit 066c755
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ var (
executablePath("geth"),
executablePath("puppeth"),
executablePath("rlpdump"),
executablePath("wnode"),
executablePath("clef"),
}

Expand Down Expand Up @@ -109,10 +108,6 @@ var (
BinaryName: "rlpdump",
Description: "Developer utility tool that prints RLP structures.",
},
{
BinaryName: "wnode",
Description: "Ethereum Whisper diagnostic tool",
},
{
BinaryName: "clef",
Description: "Ethereum account management tool.",
Expand Down

0 comments on commit 066c755

Please sign in to comment.