Remove unused definition
authorPieter Wuille <pieter.wuille@gmail.com>
Mon, 9 Jan 2012 22:39:26 +0000 (23:39 +0100)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 11 Jan 2012 00:46:04 +0000 (19:46 -0500)
src/wallet.h

index 7941392..3560a72 100644 (file)
@@ -77,7 +77,6 @@ public:
     bool CreateTransaction(const std::vector<std::pair<CScript, int64> >& vecSend, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet);
     bool CreateTransaction(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet);
     bool CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey);
-    bool BroadcastTransaction(CWalletTx& wtxNew);
     std::string SendMoney(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, bool fAskFee=false);
     std::string SendMoneyToBitcoinAddress(const CBitcoinAddress& address, int64 nValue, CWalletTx& wtxNew, bool fAskFee=false);