This commit is contained in:
JoelKatz
2012-04-09 21:14:47 -07:00
parent 005ea61f9b
commit b2b30ef0e6

View File

@@ -223,7 +223,7 @@ public:
// Someone is offering X for Y, I pay Z, how much do I get? // Someone is offering X for Y, I pay Z, how much do I get?
friend STAmount getClaimed(const STAmount& offerIn, const STAmount& offerOut, const STAmount& paid); friend STAmount getClaimed(const STAmount& offerIn, const STAmount& offerOut, const STAmount& paid);
// Someone is offering X for Y, I need Z, how much fo I pay // Someone is offering X for Y, I need Z, how much do I pay
friend STAmount getNeeded(const STAmount& offerIn, const STAmount& offerOut, const STAmount& needed); friend STAmount getNeeded(const STAmount& offerIn, const STAmount& offerOut, const STAmount& needed);
}; };