We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1894a commit c38a3b3Copy full SHA for c38a3b3
src/xrpld/app/tx/detail/ConfidentialConvertBack.cpp
@@ -64,10 +64,9 @@ verifyProofs(
64
bool const hasAuditor = issuance->isFieldPresent(sfAuditorElGamalPublicKey);
65
if (hasAuditor)
66
{
67
- auditor.emplace(
68
- EncryptedAmountInfo{
69
- (*issuance)[sfAuditorElGamalPublicKey],
70
- tx[sfAuditorEncryptedAmount]});
+ auditor.emplace(EncryptedAmountInfo{
+ (*issuance)[sfAuditorElGamalPublicKey],
+ tx[sfAuditorEncryptedAmount]});
71
}
72
73
if (auto const ter = verifyRevealedAmount(
0 commit comments