From 6cf6436bb528d0105f6ac148b963bc29d07168c0 Mon Sep 17 00:00:00 2001 From: rusticluftig Date: Sun, 22 Dec 2024 12:05:34 -0800 Subject: [PATCH] Wait for inclusion --- neurons/validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurons/validator.py b/neurons/validator.py index d4257bf..aea4b1e 100644 --- a/neurons/validator.py +++ b/neurons/validator.py @@ -792,7 +792,7 @@ async def _try_set_weights() -> typing.Tuple[bool, str]: wallet=self.wallet, uids=uids, weights=weights_to_set.numpy(), - wait_for_inclusion=False, + wait_for_inclusion=True, version_key=constants.weights_version_key, max_retries=1, )