mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
Typo.
This commit is contained in:
@@ -158,7 +158,7 @@ TER PaymentTransactor::doApply()
|
||||
sleDst->setFieldAmount(sfBalance, sleDst->getFieldAmount(sfBalance) + saDstAmount);
|
||||
|
||||
// re-arm the password change fee if we can and need to
|
||||
if ((sleDst->getFlags() & lsfPasswordSpent)
|
||||
if ((sleDst->getFlags() & lsfPasswordSpent))
|
||||
sleDst->clearFlag(lsfPasswordSpent);
|
||||
|
||||
terResult = tesSUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user