From fe5234645036178a540fdd4166b26493b0b40529 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sat, 19 Oct 2013 17:21:49 +0200 Subject: Do not treat fFromMe transaction differently when broadcasting --- src/wallet.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wallet.h') diff --git a/src/wallet.h b/src/wallet.h index f87e9b08c4..179709a15a 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -319,8 +319,6 @@ public: return setKeyPool.size(); } - bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx); - bool SetDefaultKey(const CPubKey &vchPubKey); // signify that a particular wallet feature is now used. this may change nWalletVersion and nWalletMaxVersion if those are lower -- cgit v1.2.3