Skip to content

Commit

Permalink
TOSQUASH increase initial lovelace in Shelley tests from 1000 to 1000000
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Sep 25, 2020
1 parent 02908ff commit ab19289
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -490,7 +490,7 @@ mkSetDecentralizationParamTxs coreNodes pVer ttl dNew =
-------------------------------------------------------------------------------}

initialLovelacePerCoreNode :: Word64
initialLovelacePerCoreNode = 1000
initialLovelacePerCoreNode = 1000000

mkCredential :: TPraosCrypto era => SL.SignKeyDSIGN era -> SL.Credential r era
mkCredential = SL.KeyHashObj . mkKeyHash
Expand Down

0 comments on commit ab19289

Please sign in to comment.