From 0b54f9a5263dea50141eff7e6beccd880f1d9b95 Mon Sep 17 00:00:00 2001 From: Panagiotis Ganelis <50522617+PanGan21@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:51:54 +0100 Subject: [PATCH] Rename to bootstrap_interval Co-authored-by: Thomas Eizinger --- protocols/kad/src/behaviour.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/kad/src/behaviour.rs b/protocols/kad/src/behaviour.rs index d79f260e3a4..43abec330c8 100644 --- a/protocols/kad/src/behaviour.rs +++ b/protocols/kad/src/behaviour.rs @@ -119,7 +119,7 @@ pub struct Behaviour { store: TStore, /// The interval used by [`Behaviour::poll`] to call [`Behaviour::bootstrap`]. - refresh_interval: Option, + bootstrap_interval: Option, } /// The configurable strategies for the insertion of peers