JS: Clean up setting command rpc.

This commit is contained in:
Arthur Britto
2012-11-13 14:05:31 -08:00
parent ad8c942370
commit 496fd33481
2 changed files with 18 additions and 56 deletions

View File

@@ -1165,11 +1165,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);