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

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 #7344
  • Loading branch information
bbondy committed May 9, 2017
1 parent a3dd46f commit f1d79db
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 f1d79db

Please sign in to comment.