aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-01-09 23:39:26 +0100
committerLuke Dashjr <luke-jr+git@utopios.org>2012-01-10 19:46:04 -0500
commit880c47863587ef4f464c4d681713e1f24cbf1cb7 (patch)
treec711bb52efee230d72ff091788299df76faac0c5 /src/wallet.h
parent6e1e62a04c79a93d124371fa102d7881449b3673 (diff)
downloadbitcoin-880c47863587ef4f464c4d681713e1f24cbf1cb7.tar.xz
Remove unused definition
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h
index 794139233d..3560a72580 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -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);