mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 20:15:51 +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.";
|
cLog(lsINFO) << "takeOffers: offer partial claim.";
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(!!saSubTakerGot.getIssuer());
|
assert(uTakerGetsAccountID == saSubTakerGot.getIssuer());
|
||||||
assert(!!saSubTakerPaid.getIssuer());
|
assert(uTakerPaysAccountID == saSubTakerPaid.getIssuer());
|
||||||
|
|
||||||
// Offer owner pays taker.
|
// Offer owner pays taker.
|
||||||
// saSubTakerGot.setIssuer(uTakerGetsAccountID); // XXX Move this earlier?
|
// saSubTakerGot.setIssuer(uTakerGetsAccountID); // XXX Move this earlier?
|
||||||
|
|||||||
Reference in New Issue
Block a user