Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15034 from brave/static-nodes-dir
Browse files Browse the repository at this point in the history
Move static-nodes.json write location
  • Loading branch information
bkero authored and ryanml committed Aug 15, 2018
1 parent 84b416b commit cd37100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ethWallet-geth.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const pwPath = path.join(gethDataDir, 'wallets.pw')
const gethProcessPath = path.join(getExtensionsPath('bin'), gethProcessKey)

const configurePeers = async (dataDir) => {
const staticNodePath = path.join(dataDir, 'geth', 'static-nodes.json')
const staticNodePath = path.join(dataDir, 'static-nodes.json')
try {
const discoveryDomain = `_enode._tcp.${envNet}.${envSubDomain}.brave.com`
let newNodes = await dns.resolveSrv(discoveryDomain)
Expand Down

0 comments on commit cd37100

Please sign in to comment.