diff --git a/neurons/miner.py b/neurons/miner.py index 1647e2b..1ee7d1c 100644 --- a/neurons/miner.py +++ b/neurons/miner.py @@ -149,7 +149,7 @@ async def priority(self, synapse: ocr_subnet.protocol.OCRSynapse) -> float: Returns: float: A priority score derived from the stake of the calling entity. - Miners may recieve messages from multiple entities at once. This function determines which request should be + Miners may receive messages from multiple entities at once. This function determines which request should be processed first. Higher values indicate that the request should be processed first. Lower values indicate that the request should be processed later.