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

Commit

Permalink
Re-enable anonize logic in a v8 worker, update to ledger-client@0.9.17
Browse files Browse the repository at this point in the history
(tested on macOS and Windows)

Fixes #7344

Auditors: @bsclifton
  • Loading branch information
mrose17 authored and bsclifton committed May 1, 2017
1 parent 6606f99 commit 6cec5e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"keytar": "^3.0.0",
"l20n": "^3.5.1",
"ledger-balance": "^0.9.0",
"ledger-client": "^0.9.15",
"ledger-client": "^0.9.17",
"ledger-geoip": "^0.9.0",
"ledger-publisher": "^0.9.4",
"lru-cache": "^1.0.0",
Expand Down

1 comment on commit 6cec5e9

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.