Format: Fix indentation

This commit is contained in:
Mark Friedenbach 2017-03-11 15:14:51 -08:00 committed by Gregory Sanders
parent 287421e031
commit 588d54890b

View file

@ -1399,7 +1399,7 @@ bool VerifyAmounts(const CCoinsViewCache& cache, const CTransaction& tx, std::ve
if (!ptxoutwit || ptxoutwit->vchSurjectionproof.size() > 5000)
return false;
if (secp256k1_generator_parse(secp256k1_ctx_verify_amounts, &gen, &asset.vchCommitment[0]) != 1)
return false;
return false;
secp256k1_surjectionproof proof;
if (secp256k1_surjectionproof_parse(secp256k1_ctx_verify_amounts, &proof, &ptxoutwit->vchSurjectionproof[0], ptxoutwit->vchSurjectionproof.size()) != 1)