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

Commit

Permalink
Merge pull request #4196 from brave/update-to-ledger-client-0.8.77
Browse files Browse the repository at this point in the history
update to ledger-client@0.8.77
  • Loading branch information
mrose17 authored Sep 22, 2016
2 parents bcdcb07 + 806217c commit bb799de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const doAction = (action) => {
i = action.hostPattern.indexOf('://')
if (i !== -1) {
publisher = action.hostPattern.substr(i + 3)
if (publisherInfo._internal.verboseP) console.log('\npurging ' + publisher)
delete synopsis.publishers[publisher]
delete publishers[publisher]
updatePublisherInfo()
Expand Down Expand Up @@ -793,9 +794,7 @@ var ledgerInfo = {
creating: false,
created: false,

delayStamp: undefined,
reconcileStamp: undefined,
reconcileDelay: undefined,

transactions:
[
Expand Down Expand Up @@ -1084,9 +1083,7 @@ var getStateInfo = (state) => {
ledgerInfo.created = !!state.properties.wallet
ledgerInfo.creating = !ledgerInfo.created

ledgerInfo.delayStamp = state.delayStamp
ledgerInfo.reconcileStamp = state.reconcileStamp
ledgerInfo.reconcileDelay = state.prepareTransaction && state.delayStamp

if (info) {
ledgerInfo._internal.paymentInfo = info
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"keytar": "^3.0.0",
"l20n": "^3.5.1",
"ledger-balance": "^0.8.60",
"ledger-client": "^0.8.73",
"ledger-client": "^0.8.77",
"ledger-geoip": "^0.8.71",
"ledger-publisher": "^0.8.65",
"ledger-publisher": "^0.8.69",
"lru_cache": "^1.0.0",
"qr-image": "^3.1.0",
"random-lib": "2.1.0",
Expand Down

0 comments on commit bb799de

Please sign in to comment.