mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Fix missing return value error check
This commit is contained in:
committed by
Vinnie Falco
parent
61006e626d
commit
a3fe089367
@@ -213,7 +213,7 @@ TER PathCursor::deliverNodeForward (
|
||||
|
||||
// Output fees vary as the next nodes offer owners may vary.
|
||||
// Therefore, immediately push through output for current offer.
|
||||
increment().deliverNodeForward (
|
||||
resultCode = increment().deliverNodeForward (
|
||||
node().offerOwnerAccount_, // --> Current holder.
|
||||
saOutPassMax, // --> Amount available.
|
||||
saOutPassAct, // <-- Amount delivered.
|
||||
|
||||
Reference in New Issue
Block a user