Skip to content

Commit

Permalink
Update examples/oracle-example/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
JesseAbram and HCastano authored Dec 19, 2024
1 parent edc6403 commit d6dc82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/oracle-example/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub struct UserConfig {}
pub struct AuxData {}

pub const ORACLE_DATA: [&str; 1] = ["block_number_entropy"];

// TODO confirm this isn't an issue for audit
register_custom_getrandom!(always_fail);

Expand Down

0 comments on commit d6dc82d

Please sign in to comment.