mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -1134,6 +1134,7 @@ void NetworkOPs::pubAccountTransaction(Ledger::ref lpCurrent, const SerializedTr
|
|||||||
if (!notify.empty())
|
if (!notify.empty())
|
||||||
{
|
{
|
||||||
Json::Value jvObj = transJson(stTxn, terResult, bAccepted, lpCurrent, "account");
|
Json::Value jvObj = transJson(stTxn, terResult, bAccepted, lpCurrent, "account");
|
||||||
|
if(meta) jvObj["meta"]=meta->getJson(0);
|
||||||
|
|
||||||
BOOST_FOREACH(InfoSub* ispListener, notify)
|
BOOST_FOREACH(InfoSub* ispListener, notify)
|
||||||
{
|
{
|
||||||
@@ -1193,7 +1194,7 @@ void NetworkOPs::subAccount(InfoSub* ispListener, const boost::unordered_set<Rip
|
|||||||
boost::unordered_set<InfoSub*> usisElement;
|
boost::unordered_set<InfoSub*> usisElement;
|
||||||
|
|
||||||
usisElement.insert(ispListener);
|
usisElement.insert(ispListener);
|
||||||
mSubAccount.insert(simIterator, make_pair(naAccountID.getAccountID(), usisElement));
|
subMap.insert(simIterator, make_pair(naAccountID.getAccountID(), usisElement));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user