Skip to content

Commit

Permalink
Fix nightly test
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Aug 3, 2020
1 parent 075d503 commit ceead61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nix/validate-mainnet.nix
Expand Up @@ -32,8 +32,10 @@ in
cp -r ${mainnet-converted}/* $out
chmod -R u+rw,g+rw,a+x $out/*
${db-validator}/bin/db-validator \
--configFile ${cardano-mainnet-config} \
--db $out \
byron \
--genesisHash 5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb \
--dbDir $out \
--configByron ${cardano-mainnet-config} \
--threshold 0.22 \
${immDBStr}
''

0 comments on commit ceead61

Please sign in to comment.