From ea1a2d8794ffb6b814e7120fb8ba0cc4aa7ebf3d Mon Sep 17 00:00:00 2001 From: John Newbery Date: Fri, 22 Mar 2019 14:37:30 -0400 Subject: [wallet] Remove ResendWalletTransactionsBefore This is only called from ResendWalletTransactions(), so bring it inline. --- src/wallet/wallet.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wallet/wallet.h') diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 86448efcaf..e000c5122d 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -947,8 +947,6 @@ public: void TransactionRemovedFromMempool(const CTransactionRef &ptx) override; void ReacceptWalletTransactions(); void ResendWalletTransactions(interfaces::Chain::Lock& locked_chain, int64_t nBestBlockTime) override; - // ResendWalletTransactionsBefore may only be called if fBroadcastTransactions! - std::vector ResendWalletTransactionsBefore(interfaces::Chain::Lock& locked_chain, int64_t nTime); CAmount GetBalance(const isminefilter& filter=ISMINE_SPENDABLE, const int min_depth=0) const; CAmount GetUnconfirmedBalance() const; CAmount GetImmatureBalance() const; -- cgit v1.2.3