diff options
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 6 |
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(); }; |