Fixes for quality.

This commit is contained in:
Arthur Britto
2012-08-18 13:16:58 -07:00
parent 3530988e9c
commit 64b3afad28
2 changed files with 13 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ enum PathFlags
PF_ISSUE = 0x80,
};
#define QUALITY_ONE 100000000 // 10e9
#define QUALITY_ONE 1000000000 // 10e9
#define CURRENCY_XNS uint160(0)
#define CURRENCY_ONE uint160(1) // Used as a place holder
#define ACCOUNT_XNS uint160(0)