Skip to content

Commit 1cab453

Browse files
committed
Merge pull request #3817
e935293 Minor code cleanup: remove indentation (Mark Friedenbach)
2 parents fb4f40a + e935293 commit 1cab453

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)