Skip to content

Commit e935293

Browse files
committed
Minor code cleanup: remove indentation
This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
1 parent d33f69a commit e935293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ int64_t GetMinFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree,
266266
// DUP CHECKSIG DROP ... repeated 100 times... OP_1
267267
//
268268

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

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

0 commit comments

Comments
 (0)