From 65e0407f8535db7b534d595e3228dfc490bf3553 Mon Sep 17 00:00:00 2001 From: melonges <melonges@icloud.com> Date: Sun, 24 Nov 2024 19:04:26 +0300 Subject: [PATCH] Update verifiable-randomness-functions.md --- .../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.