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

@@ -10,6 +10,8 @@
#include "SerializedTypes.h"
#include "utils.h"
uint64 STAmount::uRateOne = STAmount::getRate(STAmount(1), STAmount(1));
bool STAmount::currencyFromString(uint160& uDstCurrency, const std::string& sCurrency)
{
bool bSuccess = true;