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

Commit cd37100

Browse files
bkeroryanml
authored andcommitted
Merge pull request #15034 from brave/static-nodes-dir
Move static-nodes.json write location
1 parent 84b416b commit cd37100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ethWallet-geth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const pwPath = path.join(gethDataDir, 'wallets.pw')
3030
const gethProcessPath = path.join(getExtensionsPath('bin'), gethProcessKey)
3131

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

0 commit comments

Comments
 (0)