Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/EraBased/Run/CreateTestnetData.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <[email protected]>
  • Loading branch information
smelc and carbolymer authored Mar 6, 2024
1 parent 38a1669 commit b717fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ buildPoolParams nw dir index specifiedRelays = do
}
where
lookupPoolRelay :: Map Word [L.StakePoolRelay] -> Seq.StrictSeq L.StakePoolRelay
lookupPoolRelay m = maybe mempty Seq.fromList $ Map.lookup index m
lookupPoolRelay m = Seq.fromList $ Map.findWithDefault [] index m
poolColdVKF = File $ dir </> "cold.vkey"
poolVrfVKF = File $ dir </> "vrf.vkey"
poolRewardVKF = File $ dir </> "staking-reward.vkey"
Expand Down

0 comments on commit b717fd6

Please sign in to comment.