Skip to content

Commit

Permalink
Adds wallet actions, allows for special case backup recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed Oct 26, 2015
1 parent 2c0a60b commit f27f982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dl/src/dl_cli_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import PrivateKeyStore from 'stores/PrivateKeyStore'
import ChainStore from "api/ChainStore"

import BackupActions from "actions/BackupActions"
import WalletActions from "actions/WalletActions"

import alt from 'alt-instance'
import iDB from 'idb-instance'
Expand All @@ -23,6 +24,7 @@ module.exports = {
WalletDb, WalletManagerStore, PrivateKeyStore,
AccountStore,
BackupActions,
WalletActions,
ChainStore,
chain_config,

Expand Down

0 comments on commit f27f982

Please sign in to comment.