Allow qualities to be specified as a float for RPC.

This commit is contained in:
Arthur Britto
2012-08-20 13:19:43 -07:00
parent 2522c4625f
commit a99f814c20
5 changed files with 35 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ enum PathFlags
PF_ISSUE = 0x80,
};
#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)