From 588d54890b8bcf98ae8aaa6cdb17787448728dde Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Sat, 11 Mar 2017 15:14:51 -0800 Subject: [PATCH] Format: Fix indentation --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index dbd9a3717e..d88df1c253 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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)