Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Dec 6, 2024
1 parent 1dbe72f commit f8894dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/v2_update_exchange_rate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async fn main() -> anyhow::Result<()> {
v2::ChainParameters::V0(v0) => v0.micro_ccd_per_euro,
v2::ChainParameters::V1(v1) => v1.micro_ccd_per_euro,
v2::ChainParameters::V2(v2) => v2.micro_ccd_per_euro,
v2::ChainParameters::V3(v3) => v3.micro_ccd_per_euro,
};

let effective_time = 0.into(); // immediate effect
Expand Down

0 comments on commit f8894dd

Please sign in to comment.