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

update to ledger-client@0.8.77 #4196

Merged
merged 1 commit into from
Sep 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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