aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/wallet.h b/src/wallet.h
index e0aa077972..8c98f34a5a 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -659,11 +659,7 @@ public:
int GetRequestCount() const;
void AddSupportingTransactions();
-
- bool AcceptWalletTransaction(CCoinsDB& coinsdb, bool fCheckInputs=true);
- bool AcceptWalletTransaction();
-
- void RelayWalletTransaction(CCoinsDB& coinsdb);
+ bool AcceptWalletTransaction(bool fCheckInputs=true);
void RelayWalletTransaction();
};