Closed questor closed 10 years ago
in resolve_offers there's this code:
//transfer the goods for the agreed price seller.units -= quantity_traded; buyer.units -= quantity_traded;
I think these variables aren't used later, but still one should be "+", right? :)
There is no problem there, seller and buyer are "Offers" not Agents.
in resolve_offers there's this code:
I think these variables aren't used later, but still one should be "+", right? :)