Remove unused function main:VerifySignature
This commit is contained in:
@@ -174,8 +174,6 @@ int64_t GetBlockValue(int nHeight, int64_t nFees);
|
||||
|
||||
/** 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);
|
||||
/** Abort with a message */
|
||||
bool AbortNode(const std::string &msg);
|
||||
/** Get statistics from node state */
|
||||
|
||||
Reference in New Issue
Block a user