mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-02-17 17:17:24 +00:00
fix lint
This commit is contained in:
parent
8089defcad
commit
464986791c
@ -123,7 +123,7 @@ impl WakuNodeHandle<Running> {
|
|||||||
pub fn discv5_start(&self) -> Result<bool> {
|
pub fn discv5_start(&self) -> Result<bool> {
|
||||||
discv5::waku_discv5_start()
|
discv5::waku_discv5_start()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Stops the DiscoveryV5 service
|
/// Stops the DiscoveryV5 service
|
||||||
pub fn discv5_stop(&self) -> Result<bool> {
|
pub fn discv5_stop(&self) -> Result<bool> {
|
||||||
discv5::waku_discv5_stop()
|
discv5::waku_discv5_stop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user