Skip to content

Commit

Permalink
fix: return synapse after receiving consensus
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis8x7b committed Feb 13, 2024
1 parent e62976a commit 0721cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurons/miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, config=None):

async def forward_result(self, synapse: RankingResult) -> None:
bt.logging.info("Received consensus from validators")
return
return synapse

async def forward(self, synapse: RankingRequest) -> RankingRequest:
"""
Expand Down

0 comments on commit 0721cdb

Please sign in to comment.