fix(fortuna/setup-provider): compare chain-length command line input (#1511)

* fix setup provider job

* only need to replace chain length input

* remove space
This commit is contained in:
Dev Kalra 2024-04-25 17:41:06 +05:30 committed by GitHub
parent 2014d1e205
commit 567b4a6597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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