Skip to content

Commit

Permalink
Minor code cleanup: remove indentation
Browse files Browse the repository at this point in the history
This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
  • Loading branch information
maaku committed Mar 8, 2014
1 parent d33f69a commit e935293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.h
Expand Up @@ -266,10 +266,10 @@ int64_t GetMinFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree,
// DUP CHECKSIG DROP ... repeated 100 times... OP_1
//

/** Check for standard transaction types
@param[in] mapInputs Map of previous transactions that have outputs we're spending
@return True if all inputs (scriptSigs) use only standard transaction forms
*/
/** Check for standard transaction types
@param[in] mapInputs Map of previous transactions that have outputs we're spending
@return True if all inputs (scriptSigs) use only standard transaction forms
*/
bool AreInputsStandard(const CTransaction& tx, CCoinsViewCache& mapInputs);

/** Count ECDSA signature operations the old-fashioned (pre-0.6) way
Expand Down

0 comments on commit e935293

Please sign in to comment.