This commit is contained in:
al8n 2022-12-22 04:42:36 +13:00
parent 8089defcad
commit 464986791c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ impl WakuNodeHandle<Running> {
pub fn discv5_start(&self) -> Result<bool> {
discv5::waku_discv5_start()
}
/// Stops the DiscoveryV5 service
pub fn discv5_stop(&self) -> Result<bool> {
discv5::waku_discv5_stop()