Merge branch 'master' of github.com:jedmccaleb/NewCoin into api2

This commit is contained in:
jed
2012-11-14 13:23:41 -08:00
32 changed files with 658 additions and 377 deletions

View File

@@ -1168,11 +1168,10 @@ std::map<RippleAddress,bool> NetworkOPs::getAffectedAccounts(const SerializedTra
const STAccount* sa = dynamic_cast<const STAccount*>(&it);
if (sa)
{
bool found = false;
RippleAddress na = sa->getValueNCA();
accounts[na]=true;
}else
{
{
if( it.getFName() == sfLimitAmount )
{
const STAmount* amount = dynamic_cast<const STAmount*>(&it);