From f27f982226ae201a1c1f2189a6cc115bb70dc1d2 Mon Sep 17 00:00:00 2001 From: James Calfee Date: Mon, 26 Oct 2015 11:18:26 -0500 Subject: [PATCH] Adds wallet actions, allows for special case backup recovery --- dl/src/dl_cli_index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dl/src/dl_cli_index.js b/dl/src/dl_cli_index.js index 17cb18349a..8ae998af80 100644 --- a/dl/src/dl_cli_index.js +++ b/dl/src/dl_cli_index.js @@ -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' @@ -23,6 +24,7 @@ module.exports = { WalletDb, WalletManagerStore, PrivateKeyStore, AccountStore, BackupActions, + WalletActions, ChainStore, chain_config,