mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 22:24:32 +00:00
updated FAUCET.GO
This commit is contained in:
parent
16f2bf33e1
commit
6003d4726b
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ type faucet struct {
|
|||
func newFaucet(genesis *core.Genesis, port int, enodes []*discv5.Node, network uint64, stats string, ks *keystore.KeyStore, index []byte) (*faucet, error) {
|
||||
// Assemble the raw devp2p protocol stack
|
||||
stack, err := node.New(&node.Config{
|
||||
Name: "geth",
|
||||
Name: "XDC",
|
||||
Version: params.Version,
|
||||
DataDir: filepath.Join(os.Getenv("HOME"), ".faucet"),
|
||||
P2P: p2p.Config{
|
||||
|
|
|
|||
Loading…
Reference in a new issue