remove withMinAda
This commit is contained in:
parent
48b1d658e9
commit
749d2ffc1a
2 changed files with 8 additions and 13 deletions
|
|
@ -10,7 +10,6 @@ module Spec.Sample.Shared (
|
|||
signer,
|
||||
signer2,
|
||||
minAda,
|
||||
withMinAda,
|
||||
|
||||
-- * Components
|
||||
|
||||
|
|
@ -167,9 +166,6 @@ defaultProposalThresholds =
|
|||
minAda :: Value
|
||||
minAda = Value.singleton "" "" 10_000_000
|
||||
|
||||
withMinAda :: Value -> Value
|
||||
withMinAda v = v <> minAda
|
||||
|
||||
authorityToken :: AuthorityToken
|
||||
authorityToken = authorityTokenFromGovernor governor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue