mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 08:38:15 +00:00
Merge pull request #3817
e935293
Minor code cleanup: remove indentation (Mark Friedenbach)
This commit is contained in:
commit
1cab453ff8
@ -266,10 +266,10 @@ int64_t GetMinFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree,
|
|||||||
// DUP CHECKSIG DROP ... repeated 100 times... OP_1
|
// DUP CHECKSIG DROP ... repeated 100 times... OP_1
|
||||||
//
|
//
|
||||||
|
|
||||||
/** Check for standard transaction types
|
/** Check for standard transaction types
|
||||||
@param[in] mapInputs Map of previous transactions that have outputs we're spending
|
@param[in] mapInputs Map of previous transactions that have outputs we're spending
|
||||||
@return True if all inputs (scriptSigs) use only standard transaction forms
|
@return True if all inputs (scriptSigs) use only standard transaction forms
|
||||||
*/
|
*/
|
||||||
bool AreInputsStandard(const CTransaction& tx, CCoinsViewCache& mapInputs);
|
bool AreInputsStandard(const CTransaction& tx, CCoinsViewCache& mapInputs);
|
||||||
|
|
||||||
/** Count ECDSA signature operations the old-fashioned (pre-0.6) way
|
/** Count ECDSA signature operations the old-fashioned (pre-0.6) way
|
||||||
|
Loading…
Reference in New Issue
Block a user