mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Format: Fix indentation
This commit is contained in:
parent
82aafe82f1
commit
b4be08a70d
1 changed files with 1 additions and 1 deletions
|
|
@ -821,7 +821,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue