Move VerifySignature to main

This commit is contained in:
Pieter Wuille
2012-09-08 17:33:10 +02:00
parent 429915bd0d
commit f1136200a6
4 changed files with 14 additions and 14 deletions

View File

@@ -164,6 +164,8 @@ bool SetBestChain(CBlockIndex* pindexNew);
bool ConnectBestBlock();
/** Create a new block index entry for a given block hash */
CBlockIndex * InsertBlockIndex(uint256 hash);
/** Verify a signature */
bool VerifySignature(const CCoins& txFrom, const CTransaction& txTo, unsigned int nIn, unsigned int flags, int nHashType);