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

Commit

Permalink
update to ledger-client@0.8.77
Browse files Browse the repository at this point in the history
in preparation to resolve
#3350 (by using
`client.recoverWallet`) and
#4058 (by using
`client.setTimeUntilReconcile`)
  • Loading branch information
mrose17 committed Sep 22, 2016
1 parent 1865e93 commit 806217c
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 @@ -122,6 +122,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 @@ -771,9 +772,7 @@ var ledgerInfo = {
creating: false,
created: false,

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

transactions:
[
Expand Down Expand Up @@ -1062,9 +1061,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 806217c

Please sign in to comment.