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 a847a9d commit 5a41a74Copy full SHA for 5a41a74
docs/tech_debt.md
@@ -0,0 +1,9 @@
1
+* Design
2
+ * Tx Signers
3
+ * Tx stuff naming
4
+* Tests
5
+ * Mutation and security
6
+* Code arch and style
7
+ * No onchain/offchain GHC options separations of code
8
+ * No hlint
9
+* CI and versioning
src/Cardano/CEM/Monads/L1Commons.hs
@@ -10,7 +10,7 @@ import Data.Map qualified as Map
10
11
-- Cardano imports
12
import Cardano.Api hiding (queryUtxo)
13
-import Cardano.Api.Shelley (LedgerProtocolParameters (..))
+import Cardano.Api.Shelley (LedgerProtocolParameters (..), Tx (..))
14
15
-- Project imports
16
import Cardano.CEM.Monads
0 commit comments