mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Throws, explicits and trivial cleanups
This commit is contained in:
committed by
Nik Bougalis
parent
8e842b5893
commit
ed9f5639a8
@@ -1360,9 +1360,8 @@ rippleSend (ApplyView& view,
|
||||
|
||||
if (uSenderID == issuer || uReceiverID == issuer || issuer == noAccount())
|
||||
{
|
||||
// VFALCO Why do we need this bCheckIssuer?
|
||||
// Direct send: redeeming IOUs and/or sending own IOUs.
|
||||
terResult = rippleCredit (view, uSenderID, uReceiverID, saAmount, false, j);
|
||||
rippleCredit (view, uSenderID, uReceiverID, saAmount, false, j);
|
||||
saActual = saAmount;
|
||||
terResult = tesSUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user