Fix another typo.

This commit is contained in:
Arthur Britto
2012-05-19 18:38:48 -07:00
parent 311ffd743b
commit 7ce0a16d21

View File

@@ -33,7 +33,7 @@ bool STAmount::currencyFromString(uint160& uDstCurrency, const std::string& sCur
s.addZeros(96/8);
s.addRaw(vucIso);
s.addZeros(16/8);
s.addZeros(25/8);
s.addZeros(24/8);
SerializerIterator sit(s);