Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga authored and frozeman committed Mar 17, 2017
1 parent c37dad1 commit 38f4d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ethereumNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class EthereumNode extends EventEmitter {
// START MAINNET
else {
args = (nodeType === 'geth')
? ['--fast', '--cache', '1024']
? ['--fast', '--cache', ((process.arch === 'x64') ? '1024' : '512')]
: ['--unsafe-transactions'];
}

Expand Down

0 comments on commit 38f4d34

Please # to comment.