mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Be more correct.
This commit is contained in:
@@ -56,7 +56,7 @@ TER OfferCreateTransactor::takeOffers(
|
|||||||
while (temUNCERTAIN == terResult)
|
while (temUNCERTAIN == terResult)
|
||||||
{
|
{
|
||||||
SLE::pointer sleOfferDir;
|
SLE::pointer sleOfferDir;
|
||||||
uint64 uTipQuality;
|
uint64 uTipQuality = 0;
|
||||||
|
|
||||||
// Figure out next offer to take, if needed.
|
// Figure out next offer to take, if needed.
|
||||||
if (saTakerGot < saTakerGets // Have less than wanted.
|
if (saTakerGot < saTakerGets // Have less than wanted.
|
||||||
|
|||||||
Reference in New Issue
Block a user