mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Fix offer create taking with XRP.
This commit is contained in:
@@ -200,8 +200,8 @@ TER OfferCreateTransactor::takeOffers(
|
||||
cLog(lsINFO) << "takeOffers: offer partial claim.";
|
||||
}
|
||||
|
||||
assert(!!saSubTakerGot.getIssuer());
|
||||
assert(!!saSubTakerPaid.getIssuer());
|
||||
assert(uTakerGetsAccountID == saSubTakerGot.getIssuer());
|
||||
assert(uTakerPaysAccountID == saSubTakerPaid.getIssuer());
|
||||
|
||||
// Offer owner pays taker.
|
||||
// saSubTakerGot.setIssuer(uTakerGetsAccountID); // XXX Move this earlier?
|
||||
|
||||
Reference in New Issue
Block a user