Skip to content

Commit

Permalink
Revert the enabling of ledger in a worker
Browse files Browse the repository at this point in the history
This partially reverts brave@6cec5e9
Fixes brave#8632
Unfixes brave#7344

Auditors: @mrose17, @bridiver
  • Loading branch information
bsclifton committed May 2, 2017
1 parent 88ea825 commit db26cac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ const clientOptions = {
loggingP: process.env.LEDGER_LOGGING,
rulesTestP: process.env.LEDGER_RULES_TESTING,
verboseP: process.env.LEDGER_VERBOSE,
server: process.env.LEDGER_SERVER_URL,
createWorker: app.createWorker
server: process.env.LEDGER_SERVER_URL
}

var doneTimer
Expand Down

0 comments on commit db26cac

Please sign in to comment.