mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
fix Wrong Account Passed to getLedgerEntryOwner in doApply
This commit is contained in:
@@ -413,7 +413,7 @@ SponsorshipTransfer::doApply()
|
||||
if (!objSle)
|
||||
return tefINTERNAL; // LCOV_EXCL_LINE
|
||||
|
||||
auto const ownerAccountID = getLedgerEntryOwner(view(), objSle, account_);
|
||||
auto const ownerAccountID = getLedgerEntryOwner(view(), objSle, sponseeAccountID);
|
||||
if (!ownerAccountID)
|
||||
return tefINTERNAL; // LCOV_EXCL_LINE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user