mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
net: expand the descriptive comment in subscribe_stop signature
This commit is contained in:
@@ -127,6 +127,7 @@ impl Channel {
|
||||
}
|
||||
|
||||
/// Creates a subscription to a stopped signal.
|
||||
/// If the channel is stopped then this will return a ChannelStopped error.
|
||||
pub async fn subscribe_stop(&self) -> Result<Subscription<Error>> {
|
||||
debug!(target: "net",
|
||||
"Channel::subscribe_stop() [START, address={}]",
|
||||
|
||||
Reference in New Issue
Block a user