Browse Source

subd: Clarify description of subd_release_peer.

Suggested-by: Christian Decker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
committed by Christian Decker
parent
commit
4c9f7542b2
  1. 2
      lightningd/subd.h

2
lightningd/subd.h

@ -144,7 +144,7 @@ void subd_req_(const tal_t *ctx,
void *replycb_data);
/**
* subd_release_peer - try to politely shut down a subdaemon.
* subd_release_peer - shut down a subdaemon which no longer owns the peer.
* @owner: subd which owned peer.
* @peer: peer to release.
*

Loading…
Cancel
Save