Skip to content

Commit

Permalink
Fix ShelleyGenesis golden test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jun 10, 2021
1 parent e79b0c7 commit 0e1bb1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"activeSlotsCoeff": 6.259,
"activeSlotsCoeff": 0.259,
"protocolParams": {
"poolDeposit": 0,
"protocolVersion": {
Expand All @@ -20,8 +20,8 @@
"maxBlockHeaderSize": 217569,
"keyDeposit": 0,
"nOpt": 100,
"rho": 0,
"tau": 0,
"rho": 0.0,
"tau": 0.0,
"a0": 0
},
"genDelegs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ prop_golden_cbor_ShelleyGenesis =
. TkInt 4036000900 -- sgNetworkMagic
. TkInt 0 -- sgNetworkId
. TkListLen 2
. TkInt 6259
. TkInt 259
. TkInt 1000 -- sgActiveSlotsCoeff
. TkInt 120842 -- sgSecurityParam
. TkInt 1215 -- sgEpochLength
Expand Down

0 comments on commit 0e1bb1c

Please sign in to comment.