Skip to content

Commit

Permalink
fix(fortuna/setup-provider): compare chain-length command line input (#…
Browse files Browse the repository at this point in the history
…1511)

* fix setup provider job

* only need to replace chain length input

* remove space
  • Loading branch information
Dev Kalra authored Apr 25, 2024
1 parent 2014d1e commit 567b4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fortuna/src/command/setup_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub async fn setup_provider(opts: &SetupProviderOptions) -> Result<()> {
&provider_address,
&chain_config.contract_addr,
&metadata.seed,
metadata.chain_length,
opts.randomness.chain_length,
)?;
let chain_state = HashChainState {
offsets: vec![provider_info
Expand Down

0 comments on commit 567b4a6

Please sign in to comment.