mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
Fix header and function call (#138)
* RippledState.h --> TrustLine.h * fix getAffectedAccounts() calls
This commit is contained in:
@@ -254,7 +254,7 @@ SubscriptionManager::pubTransaction(
|
||||
txSubscribers_.publish(pubMsg);
|
||||
|
||||
auto journal = ripple::debugLog();
|
||||
auto accounts = meta->getAffectedAccounts(journal);
|
||||
auto accounts = meta->getAffectedAccounts();
|
||||
|
||||
for (auto const& account : accounts)
|
||||
accountSubscribers_.publish(pubMsg, account);
|
||||
|
||||
Reference in New Issue
Block a user