From e78811a329c528498cf7e64e6957a4bcba52c713 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Thu, 31 Mar 2016 18:49:53 +0300 Subject: [PATCH] Remove unused function. --- src/main.cpp | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 67e4d72..9ef3d64 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -116,15 +116,6 @@ bool static IsFromMe(CTransaction& tx) return false; } -// get the wallet transaction with the given hash (if it exists) -bool static GetTransaction(const uint256& hashTx, CWalletTx& wtx) -{ - BOOST_FOREACH(CWallet* pwallet, setpwalletRegistered) - if (pwallet->GetTransaction(hashTx,wtx)) - return true; - return false; -} - // erases transaction with the given hash from all wallets void static EraseFromWallets(uint256 hash) { -- 1.7.1