Update messy comment

This commit is contained in:
Kyriakos Tharrouniatis 2020-02-16 23:48:42 +00:00
parent 8241911e0e
commit a5f19ea8d2

View File

@ -234,8 +234,7 @@ class NodeVaultService(
}
}
// we are not inside a flow, we are most likely inside a CordaService;
// we will wrap with 'flow safe subscriptions' here;
// every Observable.subscribe to this object should be wrapped with a FlowSafeSubscriber (-not unsubscribe- subscribers).
// we will expose, by default, subscribing of -non unsubscribing- rx.Observers to rawUpdates.
return FlowSafeSubject(_rawUpdatesPublisher)
}