Remove duplicate LMDB wallet backend code (#101)

* remove leftover wallet lmdb code

* rustfmt
This commit is contained in:
Yeastplume
2019-05-11 17:47:06 +01:00
committed by GitHub
parent b9e3a90e12
commit 0b9b16d5cf
5 changed files with 25 additions and 588 deletions
+1 -1
View File
@@ -25,10 +25,10 @@ use crate::libwallet::api_impl::{foreign, owner};
use crate::libwallet::{
BlockFees, CbData, InitTxArgs, NodeClient, WalletBackend, WalletInfo, WalletInst,
};
use crate::lmdb_wallet::LMDBBackend;
use crate::util;
use crate::util::secp::pedersen;
use crate::util::Mutex;
use crate::LMDBBackend;
use crate::WalletSeed;
use chrono::Duration;
use std::sync::Arc;