Fixes for direct ripple with quality to work.

This commit is contained in:
Arthur Britto
2012-08-17 17:11:13 -07:00
parent f2902ca014
commit 99d1451c29
3 changed files with 190 additions and 54 deletions

View File

@@ -50,6 +50,12 @@ enum PathFlags
PF_ISSUE = 0x80,
};
#define QUALITY_ONE 100000000 // 10e9
#define CURRENCY_XNS uint160(0)
#define CURRENCY_ONE uint160(1) // Used as a place holder
#define ACCOUNT_XNS uint160(0)
#define ACCOUNT_ONE uint160(1) // Used as a place holder
class SerializedType
{
protected: