Skip to content

Commit 728978d

Browse files
authored
Merge pull request #3 from binance-chain/nousb
[R4R]no use for faucet, otherwise it won't start in aws ec2
2 parents 8c2fe18 + 0e3d7c4 commit 728978d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/faucet/faucet.go

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ func newFaucet(genesis *core.Genesis, port int, enodes []*discv5.Node, network u
223223
Name: "geth",
224224
Version: params.VersionWithCommit(gitCommit, gitDate),
225225
DataDir: filepath.Join(os.Getenv("HOME"), ".faucet"),
226+
NoUSB: true,
226227
P2P: p2p.Config{
227228
NAT: nat.Any(),
228229
NoDiscovery: true,

0 commit comments

Comments
 (0)