Skip to content

Commit

Permalink
cmd/faucet: fix mordor datadir (ethereum#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowsbits authored and soc1c committed Dec 16, 2019
1 parent a91d540 commit ad1d552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func faucetDirFromConfig(chainConfig *params.ChainConfig) string {
params.RinkebyChainConfig: "rinkeby",
params.GoerliChainConfig: "goerli",
params.KottiChainConfig: "kotti",
params.MordorChainConfig: "mordor",
} {
if reflect.DeepEqual(chainConfig, conf) && suff != "" {
datadir = filepath.Join(datadir, suff)
Expand Down

0 comments on commit ad1d552

Please sign in to comment.