Merge branch 'pay'

Conflicts:
	src/LedgerMaster.h
This commit is contained in:
Arthur Britto
2012-05-31 01:54:44 -07:00
11 changed files with 186 additions and 393 deletions

View File

@@ -330,7 +330,7 @@ public:
friend STAmount convertToInternalAmount(uint64 displayAmount, uint64 totalNow, uint64 totalInit,
const char* name = NULL);
static STAmount deSerialize(SerializerIterator&);
static STAmount deserialize(SerializerIterator&);
static bool currencyFromString(uint160& uDstCurrency, const std::string& sCurrency);
};