diff options
author | jtimon <jtimon@monetize.io> | 2014-07-18 15:41:55 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-12 20:03:03 +0200 |
commit | 358562b65189dce982ad30a1c158606a540e9bcb (patch) | |
tree | 73cf202c760634d77197ac000dfcef7ff3bd304e /src/main.cpp | |
parent | e5fc6631b9ca452eaacc8f978b3c5ffe2ef38e77 (diff) |
Remove unused function main:VerifySignature
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index f978254961..2163b90bfe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1372,11 +1372,6 @@ bool CScriptCheck::operator()() const { return true; } -bool VerifySignature(const CCoins& txFrom, const CTransaction& txTo, unsigned int nIn, unsigned int flags, int nHashType) -{ - return CScriptCheck(txFrom, txTo, nIn, flags, nHashType)(); -} - bool CheckInputs(const CTransaction& tx, CValidationState &state, const CCoinsViewCache &inputs, bool fScriptChecks, unsigned int flags, std::vector<CScriptCheck> *pvChecks) { if (!tx.IsCoinBase()) |