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

pull/21534/head
Guillaume Ballet 4 years ago committed by GitHub
parent 8327d1fdfc
commit 066c75531d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      build/ci.go

@ -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 (
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.",

Loading…
Cancel
Save