We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cb56d commit a205717Copy full SHA for a205717
README.md
@@ -65,7 +65,6 @@ instance HasDefinitions MyContracts where
65
3. Write your main entrypoint for the application and the configuration file
66
67
```haskell
68
-d601900dab2e364aea1084bcb8281116e4724309
69
import Prelude
70
71
main :: IO ()
src/BotPlutusInterface/TimeSlot.hs
@@ -24,8 +24,6 @@ import BotPlutusInterface.Types (
24
import Cardano.Api (CardanoMode, EraHistory)
25
import Cardano.Api qualified as CAPI
26
27
--- import Cardano.Ledger.Alonzo (AlonzoEra)
28
-
29
import Cardano.Ledger.Alonzo.TxInfo (slotToPOSIXTime)
30
import Cardano.Ledger.Babbage (BabbageEra)
31
import Cardano.Ledger.Babbage.PParams (PParams, _protocolVersion)
0 commit comments