Obsolete redeem and issue flag support from ripple paths.

This commit is contained in:
Arthur Britto
2012-09-03 13:57:01 -07:00
parent 1024af54b6
commit 61831eaa3c
4 changed files with 129 additions and 137 deletions

View File

@@ -254,6 +254,8 @@ protected:
static uint64 muldiv(uint64, uint64, uint64);
public:
static uint64 uRateOne;
STAmount(uint64 v = 0, bool isNeg = false) : mValue(v), mOffset(0), mIsNative(true), mIsNegative(isNeg)
{ if (v==0) mIsNegative = false; }