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 11, 2021
1 parent b1d4190 commit 73f43fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-playground-server/usecases/Crowdfunding.hs
Original file line number Diff line number Diff line change
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 73f43fc

Please sign in to comment.