diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2013-10-19 17:21:49 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-10-26 14:49:47 +0200 |
commit | fe5234645036178a540fdd4166b26493b0b40529 (patch) | |
tree | 37e7d06501542b28ebe30c4d44ee49a2ae8b7e11 /src/wallet.h | |
parent | 0d09b3e8b0218169ab7ad2aa787c43ea11bc7060 (diff) |
Do not treat fFromMe transaction differently when broadcasting
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |