mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 00:36:44 +00:00
@@ -197,6 +197,8 @@ SubscriptionSource::handleMessage(std::string const& message)
|
||||
auto validatedLedgers = boost::json::value_to<std::string>(object.at(JS(validated_ledgers)));
|
||||
setValidatedRange(std::move(validatedLedgers));
|
||||
}
|
||||
if (isForwarding_)
|
||||
onLedgerClosed_();
|
||||
|
||||
} else {
|
||||
if (isForwarding_) {
|
||||
|
||||
Reference in New Issue
Block a user