replaced use of withMinAda
This commit is contained in:
parent
a8bb884eab
commit
94013be605
2 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,6 @@ module Spec.Sample.Shared (
|
|||
signer,
|
||||
signer2,
|
||||
minAda,
|
||||
withMinAda,
|
||||
|
||||
-- * Components
|
||||
|
||||
|
|
@ -192,6 +191,3 @@ wrongEffHash =
|
|||
|
||||
minAda :: Value
|
||||
minAda = Value.singleton "" "" 10_000_000
|
||||
|
||||
withMinAda :: Value -> Value
|
||||
withMinAda v = v <> minAda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue