Skip to content

Commit

Permalink
Fix: Changed endpoint description.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Apr 11, 2024
1 parent a305a2e commit a7b5b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aleph_vrf/coordinator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ async def receive_vrf(
request: Optional[VRFRequest] = None,
) -> APIResponse[Union[PublishedVRFResponse, APIError]]:
"""
Goes through the VRF random number generation process and returns a random number
along with details on how the number was generated.
Goes through the test VRF random number generation process and returns a random number
along with details on how the number was generated, but just using 1 predefined executor.
"""

account = settings.aleph_account()
Expand Down

0 comments on commit a7b5b25

Please sign in to comment.