From a5a689d21aeebea40d85010d96b31347a8732ef2 Mon Sep 17 00:00:00 2001 From: melonges Date: Tue, 26 Nov 2024 03:58:18 +0300 Subject: [PATCH] Update verifiable-randomness-functions.md (#647) --- .../verifiable-randomness-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/courses/connecting-to-offchain-data/verifiable-randomness-functions.md b/content/courses/connecting-to-offchain-data/verifiable-randomness-functions.md index 3951a34f7..e868ee073 100644 --- a/content/courses/connecting-to-offchain-data/verifiable-randomness-functions.md +++ b/content/courses/connecting-to-offchain-data/verifiable-randomness-functions.md @@ -939,7 +939,7 @@ pub struct RequestRandomnessParams { Now, we can work on the logic of this instruction. The logic should gather all of the accounts needed and pass them to -`[VrfRequestRandomness](https://github.com/switchboard-xyz/solana-sdk/blob/fbef37e4a78cbd8b8b6346fcb96af1e20204b861/rust/switchboard-solana/src/oracle_program/instructions/vrf_request_randomness.rs#L8)`, +[VrfRequestRandomness](https://github.com/switchboard-xyz/solana-sdk/blob/fbef37e4a78cbd8b8b6346fcb96af1e20204b861/rust/switchboard-solana/src/oracle_program/instructions/vrf_request_randomness.rs#L8), which is a really nice struct from Switchboard. Then we'll sign the request and send it on it's way.