aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2013-06-13 22:28:03 +0200
committerMatt Corallo <git@bluematt.me>2013-06-13 22:28:03 +0200
commitb1f15b218be8dfd1d2dbd375d469794bb7326748 (patch)
tree352477d43c623219e262d3e9db5149ab01e1ba76 /src/wallet.h
parentd1020b780a1493c6a709f70756b2af54a7126f40 (diff)
downloadbitcoin-b1f15b218be8dfd1d2dbd375d469794bb7326748.tar.xz
Remove broken option to skip input checking for wallet txn.
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h
index a0688b8a02..2b3131261c 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -689,7 +689,7 @@ public:
int GetRequestCount() const;
void AddSupportingTransactions();
- bool AcceptWalletTransaction(bool fCheckInputs=true);
+ bool AcceptWalletTransaction();
void RelayWalletTransaction();
};