Revert "fix: Add CTID to all RPC's that includes transactions (#2011)"

This reverts commit 1dff0421f2.
This commit is contained in:
Sergey Kuznetsov
2025-05-16 17:20:05 +01:00
parent 317b3e234b
commit 41967c88bd
17 changed files with 92 additions and 238 deletions

View File

@@ -191,7 +191,7 @@ SubscriptionManager::unsubBook(ripple::Book const& book, SubscriberSharedPtr con
void
SubscriptionManager::pubTransaction(data::TransactionAndMetadata const& txMeta, ripple::LedgerHeader const& lgrInfo)
{
transactionFeed_.pub(txMeta, lgrInfo, backend_, amendmentCenter_, networkID_);
transactionFeed_.pub(txMeta, lgrInfo, backend_, amendmentCenter_);
}
boost::json::object
@@ -210,16 +210,4 @@ SubscriptionManager::report() const
};
}
void
SubscriptionManager::setNetworkID(uint32_t const networkID)
{
networkID_ = networkID;
}
uint32_t
SubscriptionManager::getNetworkID() const
{
return networkID_;
}
} // namespace feed