Skip to content

Commit

Permalink
Test passes and works so far
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed May 7, 2024
1 parent 1982762 commit 33af30d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ hprop_gov_update_committee = H.integrationWorkspace "update-committee" $ \tempAb

-- Create committee cold keys
H.createDirectoryIfMissing_ $ tempAbsPath' </> work </> "committee-keys"
H.forConcurrently_ [1..2] $ \n -> do
H.forConcurrently_ [1..3] $ \n -> do
H.execCli' execConfigOffline
[ anyEraToString cEra, "governance", "committee"
, "key-gen-cold"
Expand Down

0 comments on commit 33af30d

Please sign in to comment.