Remove broken option to skip input checking for wallet txn.

This commit is contained in:
Matt Corallo
2013-06-13 22:28:03 +02:00
parent d1020b780a
commit b1f15b218b
5 changed files with 15 additions and 16 deletions

View File

@@ -689,7 +689,7 @@ public:
int GetRequestCount() const;
void AddSupportingTransactions();
bool AcceptWalletTransaction(bool fCheckInputs=true);
bool AcceptWalletTransaction();
void RelayWalletTransaction();
};