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

Commit

Permalink
Revert "persist creating state" per @mrose17
Browse files Browse the repository at this point in the history
This reverts commit 67c0945.
  • Loading branch information
bridiver committed Aug 25, 2016
1 parent 0967f2e commit 4c40cb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ var boot = () => {

if (err.code !== 'ENOENT') console.log('statePath read error: ' + err.toString())

ledgerInfo.creating = true
updateLedgerInfo()
appActions.updateLedgerInfo({ creating: true })
try {
client = (require('ledger-client'))(null, underscore.extend({ roundtrip: roundtrip }, clientOptions), null)
} catch (ex) {
Expand Down

0 comments on commit 4c40cb8

Please sign in to comment.