Skip to content

Commit

Permalink
Revert "Revert the enabling of ledger in a worker"
Browse files Browse the repository at this point in the history
This reverts commit db26cac.

Auditors: @bsclifton

See also
brave/muon@14c0cd7

Fix brave#7344
  • Loading branch information
bbondy authored and kspearrin committed May 11, 2017
1 parent a169a4e commit 34b48d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ const clientOptions = {
loggingP: process.env.LEDGER_LOGGING,
rulesTestP: process.env.LEDGER_RULES_TESTING,
verboseP: process.env.LEDGER_VERBOSE,
server: process.env.LEDGER_SERVER_URL
server: process.env.LEDGER_SERVER_URL,
createWorker: app.createWorker
}

var doneTimer
Expand Down

0 comments on commit 34b48d3

Please sign in to comment.