aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-01-09 23:39:26 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2012-01-09 23:39:26 +0100
commita4902c9e7c70ca17d5b6a8c628e0f6e095afb508 (patch)
treef9953e5eaa9ae30ce22316470fb66d86cd03ffb2 /src/wallet.h
parent2e555237d304c235b16c9460097703005d68cab0 (diff)
downloadbitcoin-a4902c9e7c70ca17d5b6a8c628e0f6e095afb508.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 a7d07c993f..0afe9c862c 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -91,7 +91,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);