Skip to content

Commit

Permalink
Update hprop_drep_retirement wrt new default conway genesis value
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 authored and mgmeier committed May 8, 2024
1 parent 072450b commit cfec343
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
Expand Down Expand Up @@ -118,7 +119,7 @@ hprop_drep_retirement = H.integrationRetryWorkspace 2 "drep-retirement" $ \tempA
H.noteM_ $ H.execCli' execConfig
[ "conway", "governance", "drep", "registration-certificate"
, "--drep-verification-key-file", drepVkeyFp n
, "--key-reg-deposit-amt", show @Int 0
, "--key-reg-deposit-amt", show @Int 1_000_000
, "--out-file", drepCertFile n
]

Expand Down Expand Up @@ -166,7 +167,7 @@ hprop_drep_retirement = H.integrationRetryWorkspace 2 "drep-retirement" $ \tempA
H.noteM_ $ H.execCli' execConfig
[ "conway", "governance", "drep", "retirement-certificate"
, "--drep-verification-key-file", drepVkeyFp 1
, "--deposit-amt", show @Int 0
, "--deposit-amt", show @Int 1_000_000
, "--out-file", dreprRetirementCertFile
]

Expand Down

0 comments on commit cfec343

Please sign in to comment.