Skip to content

Commit c38a3b3

Browse files
fix precommit hook
1 parent 9e1894a commit c38a3b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/xrpld/app/tx/detail/ConfidentialConvertBack.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ verifyProofs(
6464
bool const hasAuditor = issuance->isFieldPresent(sfAuditorElGamalPublicKey);
6565
if (hasAuditor)
6666
{
67-
auditor.emplace(
68-
EncryptedAmountInfo{
69-
(*issuance)[sfAuditorElGamalPublicKey],
70-
tx[sfAuditorEncryptedAmount]});
67+
auditor.emplace(EncryptedAmountInfo{
68+
(*issuance)[sfAuditorElGamalPublicKey],
69+
tx[sfAuditorEncryptedAmount]});
7170
}
7271

7372
if (auto const ter = verifyRevealedAmount(

0 commit comments

Comments
 (0)