Fixes for resulting negative offers.

This commit is contained in:
Arthur Britto
2013-03-05 17:28:44 -08:00
parent cffb069f1b
commit f95c39e1c5
2 changed files with 31 additions and 17 deletions

View File

@@ -6,7 +6,8 @@
class OfferCreateTransactor : public Transactor
{
TER takeOffers(
bool bPassive,
const bool bOpenLedger,
const bool bPassive,
const uint256& uBookBase,
const uint160& uTakerAccountID,
SLE::ref sleTakerAccount,