We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e078e3d + 3cb0522 commit ac3e6b8Copy full SHA for ac3e6b8
cardano-testnet/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Next version
4
5
+* [Fix discrepancy in security parameter between Byron and Shelley genesis files](https://github.com/IntersectMBO/cardano-node/pull/6188)
6
+
7
## 10.0.0
8
9
* Bump for node 10
cardano-testnet/src/Testnet/Start/Byron.hs
@@ -29,7 +29,7 @@ data ByronGenesisOptions = ByronGenesisOptions
29
byronDefaultGenesisOptions :: ByronGenesisOptions
30
byronDefaultGenesisOptions = ByronGenesisOptions
31
{ byronNumBftNodes = 3
32
- , byronSecurityParam = 10
+ , byronSecurityParam = 5
33
-- TODO: createByronGenesis should have a check that errors
34
-- if totalBalance can be evenly split between numBftNodes
35
-- with no remainder. Having a remainder results in rounding errors.
0 commit comments