Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Oct 13, 2021
1 parent 06e2256 commit 67c8354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-playground-server/usecases/Crowdfunding.hs
Expand Up @@ -25,7 +25,7 @@ import Control.Applicative (Applicative (pure))
import Control.Monad (void)
import Data.Default (Default (def))
import Ledger (POSIXTime, POSIXTimeRange, PubKeyHash, ScriptContext (..), TxInfo (..),
Validator, pubKeyHash, txId)
Validator, txId)
import qualified Ledger
import qualified Ledger.Contexts as V
import qualified Ledger.Interval as Interval
Expand Down

0 comments on commit 67c8354

Please sign in to comment.